Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/NVIDIA/numba-cuda into nrt-…
Browse files Browse the repository at this point in the history
…memsys-2
  • Loading branch information
isVoid committed Dec 4, 2024
2 parents f7ac1c6 + a8f5914 commit 050f21c
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
<div align="center"><img src="docs/source/_static/numba-green-icon-rgb.svg" width="200"/></div>

# 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.
To report issues or file feature requests, please use the [issue
tracker](https://github.com/NVIDIA/numba-cuda/issues).

This is presently in an early state and is published for testing and feedback.
To raise questions or initiate discussions, please use the [Numba Discourse
forum](https://numba.discourse.group).

## Building / testing
## Building from source

Install as an editable install:

```
pip install -e .
```

Running tests:
## Running tests

```
python -m numba.runtests numba.cuda.tests
Expand Down

0 comments on commit 050f21c

Please sign in to comment.