The RAPIDS pynvjitlink library provides a Python binding for the nvJitLink library.
pip install pynvjitlink-cu12
Install with either:
python -m pip install .
or
python -m pip install -e .
for an editable install.
conda install -c rapidsai pynvjitlink
Review the CONTRIBUTING.md file for information on how to contribute code and issues to the project.