File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 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
1315Install as an editable install:
1416
1517```
1618pip install -e .
1719```
1820
19- Running tests:
21+ ## Running tests
2022
2123```
2224python -m numba.runtests numba.cuda.tests
You can’t perform that action at this time.
0 commit comments