this post was submitted on 20 Jun 2023
16 points (90.0% liked)

Linux

48052 readers
902 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

There is hope at least. Currently ROCm is pretty terrible.

top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 1 year ago (1 children)

If they could just help big distros package binaries that'd be great. I was unable to use their handy dandy installer to install on Debian 11 a couple of months ago, been meaning to try again now Debian 12 is available.

[–] [email protected] 1 points 1 year ago

I believe Debian has official distro packages now. Arch, gentoo and NixOS certainly do, but they're often a release or two behind. AMD only provides packages for the big corporate distros (Ubuntu, RHEL, SUSE), which I guess is fine. The odd one out is Fedora. There are official distro packages, but only for rocm-opencl, not for the whole stack. But ROCm is open source, so in the spirit of open source software, I believe distros should handle packaging duties. Only the distro maintainers know how they want to to compile, distribute and package the stack.

[–] [email protected] 3 points 1 year ago (1 children)
[–] haagch 1 points 1 year ago

I like how they simultaneously complain that they'd have to use an "ancient" pytorch branch for intel while their example against rocm is that it apparently broke on a 4 year old kernel on the previous lts version of ubuntu.

Yea rocm has issues but many developers exaggerate a lot in order to justify not even trying.

My counter example is the easydiffusion ui. After users figured out that you only need to swap to the prebuilt rocm branch of pytorch and then it literally just works it took another couple of months (!) until upstream supported it. In the meantime I too used it with a literal 1 line change in the install script.

https://github.com/easydiffusion/easydiffusion/issues/115

The thing is, if nobody writes software for the alternative ecosystems, the alternative ecosystems won't improve much.

[–] AlmightySnoo 1 points 1 year ago* (last edited 1 year ago)

AMD currently has a market cap of $191B in an environment of very high interest rates and AI/GPU computing is already an existential issue for them.

The most sensible thing to do would be to raise $10B in cash by issuing stock and take advantage of the current AI/tech bubble and invest all of that money in the ROCm libraries to catch up with CUDA because otherwise they are currently at least a decade behind CUDA.

But noooo, Lisa Su will do nothing because shareholders will otherwise be angry at her for the dilution, and she'll simply wait until the AI/tech bubble bursts and AMD loses more than $10B in market cap on its own.

[–] [email protected] 1 points 1 year ago (1 children)

If AMD wanted to get real serious real fast about rapidly improving drivers, could releasing Radeon driver source code under AGPLv3 help get mass development and fixes for drivers, while at the same time due to the license make the code untouchable for nVidia?

[–] [email protected] 1 points 1 year ago

Both RadV and RadeonSI (both part of Mesa) are better than their Radeon driver these days. They should just abandon that unnecessary kludge and fully focus on the open-source drivers.