←back to thread

309 points lights0123 | 1 comments | | HN request time: 0.299s | source

CUDA is NVIDIA's language for GPU programming, allowing you to mix write CPU and GPU code in C++ in one file. By chaining a few projects that compile CUDA to OpenCL, then Vulkan, then WebGPU, you can experiment with this GPGPU language on any hardware.
Show context
bagels ◴[] No.42626636[source]
What an incredible demo/hack. This is actually the simplest way to actually execute CUDA code that I've seen.
replies(1): >>42626879 #
1. btown ◴[] No.42626879[source]
Not to mention that it Just Works on Apple devices! Really, really cool.