←back to thread

309 points lights0123 | 1 comments | | HN request time: 0s | 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
punnerud ◴[] No.42627113[source]
How performant is the CUDA code in browser compared to standalone program?

Could we have PyTorch / ML training with CUDA through the browser performing ok?

replies(3): >>42627457 #>>42632327 #>>42632538 #
mordechai9000 ◴[] No.42627457[source]
Distributed large model training with web clients?
replies(1): >>42629054 #
1. sroussey ◴[] No.42629054[source]
With 10Tb/s Internet, then sure!