Nvidia bans using translation layers for CUDA software

quinkin@lemmy.world to Technology@lemmy.world – 319 points –
Nvidia bans using translation layers for CUDA software — previously the prohibition was only listed in the online EULA, now included in installed files [Updated]
tomshardware.com
56

Nowadays you cant do anything with the software or hardware you put and have on your pc.

If nvidia is going to go on a power trip, then please make that nvidia drivers is only allowed to get installed by nvidia servicemen before that the servicemen teaches the user about their 30 thousand page eula what and what they can do with THEIR bought hardware.

Microsoft: "what do you mean, your PC?"

If I had to point to an exact time when Windows went to complete garbage, I'd say it was right around the time they renamed "My Computer" to "This PC". To me, that just shows how their view of your device changed.

If I wanna delete the windows folder, by golly I should be able to - Win 95

I always saw "my computer" as infantilising. If something is going to be labeled as "my" thing, it should be because I applied the label.

Maybe we should rent our video cards for $25 per month. You get 2,000,000 frames rendered per month and anything beyond that puts you in a pro gamer tier for more money.

heh, if ye had yer screen on 24/7 that would be merely 0.83 frames per second

The human eye can't see more than 0.5 frames per second anyways (/s)

and what they can are allowed by Nvidia to do with THEIR bought hardware.

I read the article, and a few points stuck out to me:

  1. This has been a restriction since 2021; now it’s documented in the files and not just the online EULA (ie consistent)
  2. This is a protection to disallow other companies like Intel and AMD from profiting off of Nvidia’s work
  3. Nothing is stopping anybody from porting the software to other hardware, eg

Recompiling existing CUDA programs remains perfectly legal. To simplify this, both AMD and Intel have tools to port CUDA programs to their ROCm (1) and OpenAPI platforms, respectively.

I’m all for piracy and personal freedoms, but it doesn’t seem to be what this is about. It’s about combating other companies profiting off Nvidia’s work. Companies should be able to fight back against other companies (or countries).

I mean it’s not like Nvidia is unreasonably suing open-source projects into oblivion or anything, or subpoenaing websites for user data; at least, not yet.

Their motive is likely more profit but the result is an unjust restriction on user software freedom. It doesn't matter if they make less money, maximising profit is not why we grant them copyright. Nvidia is often unreasonable, fuck off Nvidia.

maximising profit is not why we grant them copyright

That’s the only reason copyright exists. Because society decided that if you’re the one to put work into developing something, you should be the one reaping the profits, at least for some time.

No, that's a lie. Copyright exists solely for the purpose "to promote the progress of science and the useful arts" -- i.e., to enrich the Public Domain in the long run. Enabling creators to profit is nothing more than a means to that end.

Society in general has not granted this, it was corrupt lawmakers. Notice the distinction of maximizing profits, no one says no profits should be had at all. But I'm pretty sure most of the people don't want companies to literally hold back progress of a whole field, of humanity in general just so their profits can be maximized. It's only the ones directly benefitting from this that would want this, or if you're brainwashed by those parties, otherwise you're just against your own best interests (and of the rest of humanity) which is irrational.

no one says no profits should be had at all.

Actually quite a few of us do say that

No, it's really not the reason copyright exists. Granting a profit to authors and artists is just a means to an end. The actual purpose is to enrich the public domain. Or "To promote the Progress of Science and useful Arts", as the US Constitution puts it.

You could argue corporate lobbying has molded copyright for profit's sake (e.g. we can thank Disney for copyright lasting an unreasonably long time) but that's not all copyright does. Copyleft is a hack of copyright that lets people use software/media created by another but legally compels you to share it under the same license - meaning a greedy corporation can't just take your work and not share back.

"profiting off their work" this is the equivalent to banning wine.

Anything not from Nvidia is just "sparkling CUDA"

There's a good argument that Nvidia only had the money to do the work because of anticompetitive practices, and so shouldn't be allowed to benefit from it unless everyone's allowed to benefit from it, otherwise it's just cementing their dominant position further.

"not yet" is carrying a mighty load of hope there. Monopolists are going to monopolize.

Thanks for this rational breakdown of what's actually happening. Pretty misleading headline tbh.

None of their business if we use a translation layer.

Agreed. I hope lawmakers step in and make EULAs like this unenforceable.

EULAs are already by definition unenforceable in the EU

An anti-trust lawsuit is overdue

Nvidia is dominating the AI chip market. If our laws were properly enforced, Nvidia should’ve been too afraid to abuse their market position like this.

I guess this is Nvidia's reaction to projects like ZLUDA.

And that's a textbook case why monopolies are bad for pretty much everyone except the shareholders of that monopolistic company.

I am extremely tempted to @ some guy who was shilling for nvidia and saying they weren't a monopoly.

Part of it depends on how you define things. They're not a monopoly in terms of having eliminated all their competitors, but they're a defacto monopoly in terms of being able to do the things a monopoly can. As an example, they can dictate pricing for the whole market as their margins are better than AMD's, so if AMD undercut them, they can retaliate by dropping their prices to the point AMD would have to sell at cost, so AMD can only sell things in the narrow price window where Nvidia doesn't feel threatened. On the other hand, AMD does exist and does sell things.

Is something like this actually enforceable? That's like Microsoft saying you can't use Wine on Linux.

Wine is done on clean room reverse engineering, it doesn't use any propetriary code as reference. If they had done so, Microsoft would have grounds to sue them.

This can't enforce anything on CUDA versions below 11.6; but any functionality introduced to CUDA after 11.6 needs to be clean room reverse engineered, so this will make ZLUDA development on those versions more difficult.

Yeah, Wine is very strict about this; IIRC if you've ever even looked at the leaked Windows XP source code, you're not allowed to work on Wine.

Interoperability is illegal now?

Take a page from the AI companies' book - just claim AI "learned" from the CUDA SDK and call it fair use.

Yes, the clause might be unenforceable on fair use grounds. So, if you feel like going through a couple years of risky litigation...

Funny how people aren't cheering on NVIDIA.

I tried to read the article but i am too stupid. I think nvidia has a proprietary hardware/software combo that is very fast, but because they "own it" they want money; instead other companies are using this without paying... Am i close?

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.

It's not about it being fast, it's about it only being available for NVidia GPUs. As long as software for things like machine learning uses CUDA, you need to buy an NVidia GPU to use it. A translation layer would let you use the same software on other companies' GPUs, which means people aren't forced to buy NVidia's GPUs anymore.

How does this make sense? If you've got an NVIDIA card, you don't need an emulation level. And if you have a different hardware that needs an emulation layer, you don't have to agree to those NVIDIA terms, because you are not using their products.

The EULA is associated with the CUDA software, not the NVIDIA hardware.

Cuda is the main reason Nvidia has their monopoly. Especially their artifiical limitations on VRAM for more expensive cards would make AMD a lot more interesting if AMD actually had good support.