Skip to content

gmarkall/pynvjitlink

 
 

Repository files navigation

 pynvjitlink

The RAPIDS pynvjitlink library provides a Python binding for the nvJitLink library.

Installation with pip

pip install --extra-index-url https://pypi.nvidia.com pynvjitlink-cu12

Installation from source

Install with either:

python -m pip install .

or

python -m pip install -e .

for an editable install.

Installation with Conda

conda install -c rapidsai pynvjitlink

Contributing Guide

Review the CONTRIBUTING.md file for information on how to contribute code and issues to the project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.2%
  • C++ 17.9%
  • Shell 9.6%
  • Makefile 4.1%
  • CMake 1.2%
  • Cuda 1.0%