Skip to content

Commit f5b285f

Browse files
committed
Update README to reflect current state
1 parent e5f2ef9 commit f5b285f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
# Numba CUDA Target
22

3-
An out-of-tree CUDA target for Numba.
3+
The CUDA target for Numba. Please visit the [official
4+
documentation](https://nvidia.github.io/numba-cuda) to get started!
45

5-
This contains an entire copy of Numba's CUDA target (the `numba.cuda` module),
6-
and a mechanism to ensure the code from this module (`numba_cuda.numba.cuda`) is
7-
used as the `numba.cuda` module instead of the code from the `numba` package.
86

9-
This is presently in an early state and is published for testing and feedback.
7+
To report issues or file feature requests, please use the [issue
8+
tracker](https://github.com/NVIDIA/nvmath-python/issues).
109

11-
## Building / testing
10+
To raise questions or initiate discussions, please use the [Numba Discourse
11+
forum](https://numba.discourse.group).
12+
13+
## Building from source
1214

1315
Install as an editable install:
1416

1517
```
1618
pip install -e .
1719
```
1820

19-
Running tests:
21+
## Running tests
2022

2123
```
2224
python -m numba.runtests numba.cuda.tests

0 commit comments

Comments
 (0)