<div align="center"><img src="docs/source/_static/numba-green-icon-rgb.svg" width="200"/></div>
# Numba CUDA Target
The CUDA target for Numba. Please visit the [official
documentation](https://nvidia.github.io/numba-cuda) to get started!
To report issues or file feature requests, please use the [issue
tracker](https://github.com/NVIDIA/numba-cuda/issues).
To raise questions or initiate discussions, please use the [Numba Discourse
forum](https://numba.discourse.group).
## Installation with pip or conda
Please refer to the [Installation documentation](https://nvidia.github.io/numba-cuda/user/installation.html#installation-with-a-python-package-manager).
## Installation from source
Install as an editable install:
```
pip install -e .
```
If you want to manage all run-time dependencies yourself, also pass the `--no-deps` flag.
## Running tests
```
pytest -n auto --pyargs numba.cuda.tests -v
```
Testing should discover the `numba.cuda` module from the `numba_cuda` package. You
can check where `numba.cuda` files are being located by running
```
python -c "from numba import cuda; print(cuda.__file__)"
```
which will show a path like:
```
<path to numba-cuda repo>/numba_cuda/numba/cuda/__init__.py
```
## Contributing Guide
Review the
[CONTRIBUTING.md](https://github.com/NVIDIA/numba-cuda/blob/main/CONTRIBUTING.md)
file for information on how to contribute code and issues to the project.
            
         
        Raw data
        
            {
    "_id": null,
    "home_page": null,
    "name": "numba-cuda",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Anaconda Inc., NVIDIA Corporation",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/94/93/a95278d9bb3cdb733d62f485de02fcc4f66c63757157ee4707452ff7466d/numba_cuda-0.20.1.tar.gz",
    "platform": null,
    "description": "<div align=\"center\"><img src=\"docs/source/_static/numba-green-icon-rgb.svg\" width=\"200\"/></div>\n\n# Numba CUDA Target\n\nThe CUDA target for Numba. Please visit the [official\ndocumentation](https://nvidia.github.io/numba-cuda) to get started!\n\n\nTo report issues or file feature requests, please use the [issue\ntracker](https://github.com/NVIDIA/numba-cuda/issues).\n\nTo raise questions or initiate discussions, please use the [Numba Discourse\nforum](https://numba.discourse.group).\n\n## Installation with pip or conda\n\nPlease refer to the [Installation documentation](https://nvidia.github.io/numba-cuda/user/installation.html#installation-with-a-python-package-manager).\n\n\n## Installation from source\n\nInstall as an editable install:\n\n```\npip install -e .\n```\n\nIf you want to manage all run-time dependencies yourself, also pass the `--no-deps` flag.\n\n## Running tests\n\n```\npytest -n auto --pyargs numba.cuda.tests -v\n```\n\n\nTesting should discover the `numba.cuda` module from the `numba_cuda` package. You\ncan check where `numba.cuda` files are being located by running\n\n```\npython -c \"from numba import cuda; print(cuda.__file__)\"\n```\n\nwhich will show a path like:\n\n```\n<path to numba-cuda repo>/numba_cuda/numba/cuda/__init__.py\n```\n\n## Contributing Guide\n\nReview the\n[CONTRIBUTING.md](https://github.com/NVIDIA/numba-cuda/blob/main/CONTRIBUTING.md)\nfile for information on how to contribute code and issues to the project.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "CUDA target for Numba",
    "version": "0.20.1",
    "project_urls": {
        "Documentation": "https://nvidia.github.io/numba-cuda/",
        "Homepage": "https://nvidia.github.io/numba-cuda/",
        "Issues": "https://github.com/NVIDIA/numba-cuda/issues",
        "License": "https://github.com/NVIDIA/numba-cuda/blob/main/LICENSE",
        "Repository": "https://github.com/NVIDIA/numba-cuda"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "62145d0f2bedda9bf1c5588b6e5e5534f8cb51b314740783d41d7b0effae6fc5",
                "md5": "1b7c5c150da7852fd083bc492f7f6674",
                "sha256": "328ccad43bd518f5d2f2522b2a0a32ae4da800d29f111aa06af57854b107f5af"
            },
            "downloads": -1,
            "filename": "numba_cuda-0.20.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1b7c5c150da7852fd083bc492f7f6674",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 1070788,
            "upload_time": "2025-10-30T00:04:48",
            "upload_time_iso_8601": "2025-10-30T00:04:48.198612Z",
            "url": "https://files.pythonhosted.org/packages/62/14/5d0f2bedda9bf1c5588b6e5e5534f8cb51b314740783d41d7b0effae6fc5/numba_cuda-0.20.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9493a95278d9bb3cdb733d62f485de02fcc4f66c63757157ee4707452ff7466d",
                "md5": "aad88d864c92c712cad15c142f20c617",
                "sha256": "8bdf7eb96be9f4d308dd47cd99c7da163ba7ba1ac44f8901ddccce94bbbe921b"
            },
            "downloads": -1,
            "filename": "numba_cuda-0.20.1.tar.gz",
            "has_sig": false,
            "md5_digest": "aad88d864c92c712cad15c142f20c617",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 905496,
            "upload_time": "2025-10-30T00:04:49",
            "upload_time_iso_8601": "2025-10-30T00:04:49.859392Z",
            "url": "https://files.pythonhosted.org/packages/94/93/a95278d9bb3cdb733d62f485de02fcc4f66c63757157ee4707452ff7466d/numba_cuda-0.20.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-30 00:04:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NVIDIA",
    "github_project": "numba-cuda",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "numba-cuda"
}