Hacker News new | ask | show | jobs
by QuixoticQuibit 2098 days ago
HN being hyperbolic and anti-NVIDIA as usual. I think this is a great thing. Finally a competitor to the AMD-Intel x86 duopoly. I imagine the focus will first be on improving ARM’s data center offerings but eventually I’m hoping to see consumer-facing parts available sometime as well.
1 comments

I think the biggest concern is NVIDIA's stance against OSS.
Look at their AI/CUDA documentation and associated githubs. Many of their tools and libraries are open source.

Tell me, what other AI platform works with x86 and PowerPC and ARM? Currently NVIDIA’s GPUs do.

It's good that they open sourced that stuff, but the main problem is that CUDA itself is closed source and vendor locked to nvidia's hardware.
It only makes sense to demand them to give this away for free if you consider them a hardware company and a hardware company only.

Look at them as a solutions company and the first question to answer is: why is it fine for companies like Oracle, Microsoft, Adobe etc and any other software company to profit from closed software yet a company should be ostracized for it as soon as hardware becomes part of the deal?

Nvidia invested 15 years in developing and promoting a vast set of GPU compute libraries and tools. AMD has only paid lip service and to this day treats it as an ugly stepchild, they don't even bother anymore to support consumer architectures. Nvidia is IMO totally justified to reap the rewards of what they've created.

Please don't misrepresent my statement, I haven't demanded they give anything away for free. If you're referring to the CUDA drivers, the binaries for those are already free with the hardware. And if AMD truly doesn't care about it then that's even more reason for them to open source it, because they can't really claim they're keeping it closed source to hamstring the competition anymore.

wrt Oracle, Microsoft, Adobe, and the others: I've been asking them to open source key products every chance I get. Just so you know where I'm coming from.

I dont buy laptops with nvidia GPUs because of nightmares I had working with them in 2014-2015. Has the support improved?
I spent most of this afternoon tying to get cuda in docker to work on my Mac for a machine learning use case. It doesn’t. Because nvidia
"Because NVIDIA" is blatantly false.

CUDA support for docker containers is provided through the open source Nvidia-Docker project maintained by Nvidia[1]. If anything this is a great argument for NVIDIAs usage of open source.

Searching that project's issues shows that Nvidia-Docker support on MacOS is blocked by the VM used by Docker for Mac(xhyve) not supporting PCI passthrough, which is required for any containers to use host GPU resources.[2]

xhyve has an issue for PCI passthrough, updated a few months ago, which notes that the APIs provided by Apple through DriverKit are insufficient for this use case[3]

So your comment should really say "Because Apple"

[1] https://github.com/NVIDIA/nvidia-docker

[2] https://github.com/NVIDIA/nvidia-docker/issues/101#issuecomm...

[3] https://github.com/machyve/xhyve/issues/108#issuecomment-616...

Apple is why you can't use Nvidia hardware on a Mac, not Nvidia. Apple has exclusive control over the drivers. Nvidia can't release updates or fix things on Mac OS.

I'm all for railing on the shitty things Nvidia does do, but no reason to add some made up ones onto the pile.

« I spent most of the afternoon hacking away at some unsupported edge case on an unsupported platform which is inadequate for what I’m trying to do. It doesn’t work, which is clearly nvidia’s fault. »
Because Apple. NVidia was tried to support Macs but Apple stops support.