Skip to content

Source Build

This is an official release channel for nvibrant

Clone the repository with latest open-gpu submodule changes:

git clone https://github.com/Tremeschin/nvibrant && cd nvibrant
git submodule update --init --remote

Pure C++

From here, you can either build only the C++ part for a target driver:

Chose a target driver
# Any tag from https://github.com/NVIDIA/open-gpu-kernel-modules/tags
cd open-gpu && git checkout 575.64.03 && cd ..
Configure and compile
meson setup --buildtype release ./build
ninja -C ./build
Run the program
./build/nvibrant 512 512

Wheel

Or make a wheel for all drivers at dist/* for your host platform:

uv build --wheel