vosen/ZLUDA
CUDA on non-NVIDIA GPUs
What it solves
It removes the hardware lock-in of NVIDIA GPUs for software written in CUDA. It allows users to run unmodified CUDA applications on non-NVIDIA GPUs without needing to rewrite the same code for other platforms.
How it works
ZLUDA acts as a drop-in replacement for the CUDA platform, translating the CUDA calls to be compatible with non-NVIDIA hardware, achieving performance levels close to those of native execution.
Who it’s for
Developers and users who want to run CUDA-based software on GPUs from other manufacturers.
Highlights
- Drop-in replacement for CUDA
- Supports unmodified CUDA applications
- Near-native performance on non-NVIDIA GPUs
Related
- Dispatch
- Dispatch
- Project
- Project
- Project