←back to thread

309 points lights0123 | 1 comments | | HN request time: 0.202s | 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 #
1. saagarjha ◴[] No.42632538[source]
Well the bigger issue is that even natively I doubt there is enough performance to train anything interesting.