Hacker News new | ask | show | jobs
by throw0101b 859 days ago
> how much did they invest? how? into CUDA? what else?

CUDA 1.0 was released in 2007:

* https://insidehpc.com/2007/07/nvidia-releases-cuda-10/

* https://developer.nvidia.com/cuda-toolkit-archive

From SIGGRAPH 2007, "GPU computing with NVIDIA CUDA":

* https://dl.acm.org/doi/10.1145/1281500.1281647

"NVIDIA: The Era of the Personal Supercomputing":

* https://www.nvidia.com/content/events/siggraph_2007/supercom...

Before AI/ML was hot, and before even the Bitcoin paper was released. NVidia was investigating/experimenting/investing in the concept before there was any kind of 'killer app' for it.

1 comments

And even better, NVidia understood not everyone wants to use plain old C for their GPGPU coding, and early on staring with CUDA 3.0 in 2010, introduced C++ support and PTX.

Later on they acquired PGI, which thanks to PTX, had C, C++ and Fortran compilers, thus adding Fortran into the mix.

Followed along by all the IDE, graphical debuggers tooling and library ecosystem.

Meanwhile Intel and AMD were doing who knows what at Khronos stuck in their "C is good enough" mentality, and barely released useful developer experiences.