520
submitted 3 months ago by [email protected] to c/[email protected]
all 23 comments
sorted by: hot top controversial new old
[-] [email protected] 96 points 3 months ago

For reasons unknown to me, AMD decided this year to discontinue funding the effort

Presumably they did not want to see Cuda becoming the final de-facto standard that everyone uses. It nearly did at one point a couple of years ago, despite the lack of openness and lack of AMD hardware support.

[-] [email protected] 58 points 3 months ago

i heavily rely on CUDA for many things i do on my personal computer. If this establishes itself as a reliable method to use all the funky CUDA stuff on AMD cards, my next card will 100% be AMD.

[-] [email protected] 34 points 3 months ago

i heavily rely on CUDA for many things i do on my personal computer. If this establishes itself as a reliable method to use all the funky CUDA stuff on AMD cards, my next card will 100% be AMD.

If there were a drop in equivalent to CUDA with AMD, I'd have several AMD cards, right now.

[-] [email protected] 7 points 3 months ago

They stopped funding the replacement, not CUDA.

[-] [email protected] 42 points 3 months ago

By funding an API-compatible product, they are giving CUDA legitimacy as a common API. I can absolutely understand AMD not wanting a competitors invention and walled-off product to be anything resembling an industry standard.

[-] [email protected] -1 points 3 months ago* (last edited 3 months ago)

It already has legitimacy. It's their hardware that doesn't, despite the decent raw flops and high memory.

[-] [email protected] 19 points 3 months ago* (last edited 3 months ago)

That is contradicted by the headline. This easy confusion between CUDA (the API) and CUDA (the proprietary software package that is one implementation of it) illustrates the problem with CUDA.

ZLUDA seems to be an effort to fix that problem, but I don't know what it's chances of success might be.

[-] [email protected] 11 points 3 months ago

It's just a bad headline. They funded a CUDA replacement, then stopped funding it, as a result of which the project was released as open source.

[-] [email protected] 64 points 3 months ago

After two years of development and some deliberation, AMD decided that there is no business case for running CUDA applications on AMD GPUs. One of the terms of my contract with AMD was that if AMD did not find it fit for further development, I could release it. Which brings us to today.

From https://github.com/vosen/ZLUDA?tab=readme-ov-file#faq

[-] [email protected] 59 points 3 months ago

Those benchmarks are impressive indeed. I certainly care much more about having extra VRAM than a little extra speed, comparing the 7900 XT or 7900 XTX to the RTX 4080.

I'd love to see some benchmarks for various LLMs and image generators.

[-] [email protected] 17 points 3 months ago

Now we'll see if Nvidia drops CUDA immediately, or waits until next quarter.

[-] [email protected] 17 points 3 months ago

Now let's get this working on Nvidia hardware :P

as pointless as it sounds it would be a great way to test the system and call alternative implementations of each proprietary Nvidia library. It would also be great for debugging and development to provide an API for switching implementations at runtime.

[-] [email protected] 13 points 3 months ago

ROCm DKMS modules

Huh? What are these?

Since when does ROCm require kernel modules? DRI exists?

[-] [email protected] 23 points 3 months ago

Technically always has, ROCm comes with a "backported" amdgpu module and that's the one they supposedly test/officially validate with. It mostly exists for the ancient kernels shipped with old long-time support distros.

Of course, ROCM being ROCM, nobody is running an officially supported configuration anyway and the thing is never going to work to an suitably acceptable level. This won't change that, since it's still built on top of it.

[-] [email protected] 11 points 3 months ago

Do LLM or that AI image stuff run on CUDA?

[-] [email protected] 11 points 3 months ago* (last edited 3 months ago)

Cuda is required to be able to interface with Nvidia GPUs. AI stuff almost always requires GPUs for the best performance.

[-] [email protected] 11 points 3 months ago

Nearly all such software support CUDA, (which up to now was Nvidia only) and some also support AMD through ROCm, DirectML, ONNX, or some other means, but CUDA is most common. This will open up more of those to users with AMD hardware.

[-] [email protected] 1 points 3 months ago

Thanks that is what I was curious about. So good news!

[-] [email protected] 10 points 3 months ago

They are usually released for CUDA first, and if the projects got popular enough, someone will come in and port them to other platforms, which can take a while especially for rocm. Apple m series ports usually appear first before rocm, that's show how much the devs community dislike working with rocm with famous examples such as geohot throwing the towel after working with rocm for a while.

[-] [email protected] 10 points 3 months ago* (last edited 3 months ago)

Yes, llama.cpp and derivates, stable diffusion, they also run on ROCm. LLM fine-tuning is CUDA as well, ROCm implementations not so much for this, but coming along.

[-] [email protected] 11 points 3 months ago* (last edited 3 months ago)

All I need to know about AMD is this:

Whenever amdgpu.ko is insmoded, the display (or the system itself in some cases) is unstable. When it works great now, one day it won't and the machine will inexplicably start crashing randomly or displaying garbage after an update.

This has held true for years for me on many machines I've installed Linux on, and it still does: not a week ago, I updated a laptop with a Renoir chipset in it (RX Vega 6) that had been stable for years, and now the display gets corrupted whenever I switch VT. Because amdgpu...

Not bashing on AMD or Nvidia. This has just been my reality. As a result, whenever I have a choice, I go with Intel graphics because it never causes me as much of a headache.

[-] [email protected] 4 points 3 months ago

This is the best summary I could come up with:


While there have been efforts by AMD over the years to make it easier to port codebases targeting NVIDIA's CUDA API to run atop HIP/ROCm, it still requires work on the part of developers.

The tooling has improved such as with HIPIFY to help in auto-generating but it isn't any simple, instant, and guaranteed solution -- especially if striving for optimal performance.

In practice for many real-world workloads, it's a solution for end-users to run CUDA-enabled software without any developer intervention.

Here is more information on this "skunkworks" project that is now available as open-source along with some of my own testing and performance benchmarks of this CUDA implementation built for Radeon GPUs.

For reasons unknown to me, AMD decided this year to discontinue funding the effort and not release it as any software product.

Andrzej Janik reached out and provided access to the new ZLUDA implementation for AMD ROCm to allow me to test it out and benchmark it in advance of today's planned public announcement.


The original article contains 617 words, the summary contains 167 words. Saved 73%. I'm a bot and I'm open source!

this post was submitted on 12 Feb 2024
520 points (99.1% liked)

Linux

44864 readers
2594 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