2024-10-04 16:35:40 +02:00
2021-04-09 20:32:37 +02:00
2021-07-06 00:16:46 +02:00
2021-07-04 15:40:08 +02:00
2024-09-23 16:33:46 +02:00
2022-02-04 00:50:25 +01:00
2022-02-04 00:50:25 +01:00
2022-02-04 00:50:25 +01:00
2024-08-07 13:29:03 +02:00
2020-02-09 20:32:21 +01:00
2020-11-24 23:23:53 +01:00
2020-11-24 23:23:53 +01:00
2024-10-04 16:35:40 +02:00

Discord

ZLUDA

ZLUDA is a drop-in replacement for CUDA on non-NVIDIA GPU. ZLUDA allows to run unmodified CUDA applications using non-NVIDIA GPUs with near-native performance.

ZLUDA is work in progress. Follow development here and say hi on Discord. For more details see the announcement: https://vosen.github.io/ZLUDA/blog/zludas-third-life/

Usage

Warning: ZLUDA is under heavy development (see news here). Instructions below might not work.

Windows

You should have the most recent ROCm installed.
Run your application like this:

<ZLUDA_DIRECTORY>\zluda_with.exe -- <APPLICATION> <APPLICATIONS_ARGUMENTS>

Linux

Run your application like this:

LD_LIBRARY_PATH=<ZLUDA_DIRECTORY> <APPLICATION> <APPLICATIONS_ARGUMENTS>

Building

Warning: ZLUDA is under heavy development (see news here). Instructions below might not work.

You should have a relatively recent version of Rust installed, then you just do:

cargo build --release

in the main directory of the project.

Linux

If you are building on Linux you must also symlink (or rename) the ZLUDA output binaries after ZLUDA build finishes:

ln -s libnvcuda.so target/release/libcuda.so
ln -s libnvcuda.so target/release/libcuda.so.1
ln -s libnvml.so target/release/libnvidia-ml.so

Contributing

If you want to develop ZLUDA itself, read CONTRIBUTING.md, it contains instructions how to set up dependencies and run tests

License

This software is dual-licensed under either the Apache 2.0 license or the MIT license. See LICENSE-APACHE or LICENSE-MIT for details

Description
CUDA on non-NVIDIA GPUs
Readme
Languages
Rust 94.2%
LLVM 5.1%
C++ 0.4%
Python 0.2%