this post was submitted on 23 Jun 2023
17 points (94.7% liked)
Linux
48115 readers
669 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Get something new enough and continue getting something new enough when AMD pushes them out. The drivers suck for anything older than an RX580, and things like Blender require even newer GPUs despite the hardware being more than capable.
Run Arch and use the ROCm'd PyTorch from the repos. Those packagers know what they're doing.
Other than that, expect everything premade to be made for CUDA. There are some tools like https://github.com/ROCm-Developer-Tools/HIPIFY but they aren't "there".
Source: Been running Stable Diffusion on an RX580.
Thanks! Sounds doable but definitely frustrating... I'm surprised this is the state of things at the moment. I mean, when you buy a CPU, you don't really think about whether your choice limits you in some ways. But with a GPU, it's a big consideration.
Yeah GPUs never got standardized like x86 did from the old IBM machine days. GPUs are still operating on the mindset of "specific hardware" rather than something generic. If GPUs could be programmed on as easily as CPUs we could target something like vulkan for ML.
Even ARM faces similar, but different problems of the lack of standard boot methods.