lights0123
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: HipScript – Run CUDA in the browser with WebAssembly and WebGPU (hipscript.lights0123.com)
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…
- Async/Await for AVR with Rust (lights0123.com)