Feature a build or sponsor the directory. DM @pranavmore69

Best X BuildsBrowse ↓
← Back to all builds

cuda-metal

CUDA on Apple Silicon. Same kernels, rewritten to Metal. A 3D fluid sim that took 60s on CPU ran in 6s on the laptop GPU.

NVIDIA-only CUDA is the moat. This is a translator chain that feeds existing CUDA through compilers onto Metal, no source edits. The test was a particle fluid sim with neighbor lists and atomics, not a hello-world kernel.

by @slitdrip

Related builds