this post was submitted on 12 Feb 2024
163 points (98.8% liked)

Linux

7806 readers
177 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 7 months ago* (last edited 7 months ago) (3 children)

Can someone please explain like I’m five what the meaning and impact of this will be? Past posts and comments don’t seem to be very clear. As someone who uses both Linux and macOS professionally for design, this could be a massive game changer for me.

[–] [email protected] 22 points 7 months ago (3 children)

If you already have a cuda workflow and want to use an AMD card, you can do that with this library.

[–] [email protected] 10 points 7 months ago

That includes stuff like Stable Diffusion that recommended nvidia cards because it uses CUDA to accelerate image generation?

[–] [email protected] 2 points 7 months ago (1 children)

So does it work with off the shelf software or is it something the developer has the patch in?

[–] [email protected] 2 points 7 months ago

So does it work with off the shelf software or is it something the developer has the patch in?

The point of a drop-in replacement is that no patching is required but in reality the software was released in incomplete form.

[–] [email protected] -2 points 7 months ago* (last edited 7 months ago) (1 children)

ok, I get that much. what I’d like to know, if you’re willing to explain: what’s it going to be like deploying that on, say, a Mac workstation? a pop_os workstation? (edit: such as: how, can I on macOS, will I work with after effects, etc.)

thanks for your time

[–] [email protected] 2 points 7 months ago

Your question is legitimate, but chances are that you will need to find the answers yourself by reading the docs.

[–] [email protected] 11 points 7 months ago (1 children)

CUDA is when a program can use the NVIDIA GPU in addition to the CPU for some complicated calculations. AMD now made it possible to use their cards for it too.

[–] [email protected] 3 points 7 months ago* (last edited 7 months ago) (1 children)

I know what CUDA does (as someone who likes rendering stuff, but with AMD cards, I’ve missed it). I’m trying to figure out, realistically, how I can easily deploy and make use of it on my linux and Mac workstations.

the details o’ve come across lately have been a bit… vague.

edit: back when I was in design school, I heard, “when Adobe loves a video card very much, it will hardware accelerate. We call this ‘CUDA’."

[–] [email protected] 1 points 7 months ago

You can't use it with programs that aren't specifically coded to use it. Outside of hash cracking, AI training and crypto mining, few programs are.

If you mean from a developer perspective, you need to download the CUDA libraries and read through the documentation.