-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add DESCRIPTION.rst and improve pyproject.toml
- Loading branch information
Showing
3 changed files
with
35 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
******************************************************* | ||
cuda-core: Pythonic access to CUDA core functionalities | ||
******************************************************* | ||
|
||
`cuda.core <https://nvidia.github.io/cuda-python/cuda-core/>`_ bridges Python's productivity | ||
with CUDA's performance through intuitive, pythonic APIs. | ||
The mission is to provide users full access to all of the CUDA features in Python. | ||
|
||
* `Repository <https://github.com/NVIDIA/cuda-python/tree/main/cuda_core>`_ | ||
* `Documentation <https://nvidia.github.io/cuda-python/cuda-core/>`_ | ||
* `Examples <https://github.com/NVIDIA/cuda-python/tree/main/cuda_core/examples>`_ | ||
* `Issue tracker <https://github.com/NVIDIA/cuda-python/issues/>`_ | ||
|
||
`cuda.core` is currently under active development. Any feedbacks or suggestions are welcomed! | ||
|
||
|
||
Installation | ||
============ | ||
|
||
.. code-block:: bash | ||
pip install cuda-core[cu12] | ||
Please refer to the `installation instructions | ||
<https://nvidia.github.io/cuda-python/cuda-core/latest/install.html>`_ for different | ||
ways of installing `cuda.core`, including building from source. |
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