-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,36 @@ | ||
# <div align="left"><img src="https://rapids.ai/assets/images/rapids_logo.png" width="90px"/> pynvjitlink</div> | ||
|
||
The [RAPIDS](https://rapids.ai) pynvjitlink library provides a Python binding for the | ||
[nvJitLink library](https://docs.nvidia.com/cuda/nvJitLink/index.html). It is presently a | ||
work-in-progress. | ||
[nvJitLink library](https://docs.nvidia.com/cuda/nvJitLink/index.html). | ||
|
||
**NOTE:** For the latest stable [README.md](https://github.com/rapidsai/pynvjitlink/blob/main/README.md) ensure you are on the `main` branch. | ||
## Installation with pip | ||
|
||
## Quick Start | ||
TODO | ||
```shell | ||
pip install --extra-index-url https://pypi.nvidia.com pynvjitlink-cu12 | ||
``` | ||
|
||
## Install pynvjitlink | ||
## Installation from source | ||
|
||
Install with either: | ||
|
||
```shell | ||
python -m pip install -e . | ||
python -m pip install . | ||
``` | ||
|
||
or | ||
|
||
```shell | ||
python -m pip install . | ||
python -m pip install -e . | ||
``` | ||
|
||
### Conda | ||
TODO | ||
for an editable install. | ||
|
||
## Installation with Conda | ||
|
||
### Docker | ||
TODO | ||
|
||
## Contributing Guide | ||
|
||
Review the [CONTRIBUTING.md](https://github.com/rapidsai/pynvjitlink/blob/main/CONTRIBUTING.md) file for information on how to contribute code and issues to the project. | ||
Review the | ||
[CONTRIBUTING.md](https://github.com/rapidsai/pynvjitlink/blob/main/CONTRIBUTING.md) | ||
file for information on how to contribute code and issues to the project. |