this post was submitted on 05 Mar 2024
321 points (97.6% liked)
Technology
59243 readers
3422 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can use graphics cards for more than just graphics, eg for AI. Nvidia is a leader in facilitating that.
They offer a software toolkit for developing programs (an SDK) that use their GPUs to best effect. People have begun making "translation layers" that allow such CUDA programs to run on non-nvidia hardware. (I have no idea how any of this works.) The license of that SDK now forbids reverse engineering its output to create these compatibility tools.
Unless I am very mistaken, Nvidia can't ban the use of "translation layers" or stop people making them, as such. This clause creates a barrier to creating them, though.
Some programs will probably remain CUDA specific, because of that clause. That means that Nvidia is a gatekeeper for these programs and can charge extra for access.
Thanks