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 6ce24ab commit 3f60480Copy full SHA for 3f60480
README.md
@@ -0,0 +1,16 @@
1
+# cuda-python-stubs
2
+
3
+> CUDA Python is the home for accessing NVIDIA's CUDA platform from Python.
4
5
+This package provides type stubs (and docstrings) for [python cuda bindings](https://github.com/NVIDIA/cuda-python).
6
+Enables features like auto-completion and hovering documentation when working with cuda-python in an IDE (like Visual Studio Code).
7
8
+## Installation
9
10
+```bash
11
+pip install cuda-stubs
12
+```
13
14
+## Screenshot in Work
15
16
+
assets/screenshot.png
102 KB
0 commit comments