Skip to content

Commit 3f60480

Browse files
committed
Add a README.
1 parent 6ce24ab commit 3f60480

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
![screenshot](./assets/screenshot.png)

assets/screenshot.png

102 KB
Loading

0 commit comments

Comments
 (0)