We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d765fb7 commit 4a5457eCopy full SHA for 4a5457e
cuda_core/README.md
@@ -1,9 +1,9 @@
1
-# `cuda.py`: (experimental) pythonic CUDA module
+# `cuda.core`: (experimental) pythonic CUDA module
2
3
Currently under active development. To build from source, just do:
4
```shell
5
$ git clone -b cuda_py https://github.com/NVIDIA/cuda-python
6
-$ cd cuda-python/cuda_py # move to the directory where this README locates
+$ cd cuda-python/cuda_core # move to the directory where this README locates
7
$ pip install .
8
```
9
For now `cuda-python` is a required dependency.
0 commit comments