From f5b285fa34d034c18cd23eed541802059a3a0b34 Mon Sep 17 00:00:00 2001 From: Graham Markall Date: Tue, 29 Oct 2024 12:59:53 +0000 Subject: [PATCH] Update README to reflect current state --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d3a5b4a..c0a5c7b 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ # Numba CUDA Target -An out-of-tree CUDA target for Numba. +The CUDA target for Numba. Please visit the [official +documentation](https://nvidia.github.io/numba-cuda) to get started! -This contains an entire copy of Numba's CUDA target (the `numba.cuda` module), -and a mechanism to ensure the code from this module (`numba_cuda.numba.cuda`) is -used as the `numba.cuda` module instead of the code from the `numba` package. -This is presently in an early state and is published for testing and feedback. +To report issues or file feature requests, please use the [issue +tracker](https://github.com/NVIDIA/nvmath-python/issues). -## Building / testing +To raise questions or initiate discussions, please use the [Numba Discourse +forum](https://numba.discourse.group). + +## Building from source Install as an editable install: @@ -16,7 +18,7 @@ Install as an editable install: pip install -e . ``` -Running tests: +## Running tests ``` python -m numba.runtests numba.cuda.tests