Skip Navigation

LibreCUDA – Launch CUDA code on Nvidia GPUs without the proprietary runtime

github.com GitHub - mikex86/LibreCuda

Contribute to mikex86/LibreCuda development by creating an account on GitHub.

GitHub - mikex86/LibreCuda

LibreCUDA is a project aimed at replacing the CUDA driver API to enable launching CUDA code on Nvidia GPUs without relying on the proprietary CUDA runtime. It achieves this by communicating directly with the hardware via ioctls, (specifically what Nvidia's open-gpu-kernel-modules refer to as the rmapi), as well as QMD, Nvidia's MMIO command queue structure. LibreCUDA is capable of uploading CUDA ELF binaries onto the GPU and launching them via the command queue.

13
Hacker News @lemmy.smeargle.fans bot @lemmy.smeargle.fans
BOT
LibreCUDA – Launch CUDA code on Nvidia GPUs without the proprietary runtime
13 comments
You've viewed 13 comments.