dask-cuda


Namedask-cuda JSON
Version 25.10.0 PyPI version JSON
download
home_pageNone
SummaryUtilities for Dask and CUDA interactions
upload_time2025-10-09 07:44:22
maintainerNone
docs_urlNone
authorNVIDIA Corporation
requires_python>=3.10
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Dask CUDA
=========

Various utilities to improve deployment and management of Dask workers on
CUDA-enabled systems.

This library is experimental, and its API is subject to change at any time
without notice.

Example
-------

```python
from dask_cuda import LocalCUDACluster
from dask.distributed import Client

cluster = LocalCUDACluster()
client = Client(cluster)
```

Documentation is available [here](https://docs.rapids.ai/api/dask-cuda/nightly/).

What this is not
----------------

This library does not automatically convert your Dask code to run on GPUs.

It only helps with deployment and management of Dask workers in multi-GPU
systems.  Parallelizing GPU libraries like [RAPIDS](https://rapids.ai) and
[CuPy](https://cupy.chainer.org) with Dask is an ongoing effort.  You may wish
to read about this effort at [blog.dask.org](https://blog.dask.org) for more
information.  Additional information about Dask-CUDA can also be found in the
[docs](https://docs.rapids.ai/api/dask-cuda/nightly/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dask-cuda",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "NVIDIA Corporation",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "Dask CUDA\n=========\n\nVarious utilities to improve deployment and management of Dask workers on\nCUDA-enabled systems.\n\nThis library is experimental, and its API is subject to change at any time\nwithout notice.\n\nExample\n-------\n\n```python\nfrom dask_cuda import LocalCUDACluster\nfrom dask.distributed import Client\n\ncluster = LocalCUDACluster()\nclient = Client(cluster)\n```\n\nDocumentation is available [here](https://docs.rapids.ai/api/dask-cuda/nightly/).\n\nWhat this is not\n----------------\n\nThis library does not automatically convert your Dask code to run on GPUs.\n\nIt only helps with deployment and management of Dask workers in multi-GPU\nsystems.  Parallelizing GPU libraries like [RAPIDS](https://rapids.ai) and\n[CuPy](https://cupy.chainer.org) with Dask is an ongoing effort.  You may wish\nto read about this effort at [blog.dask.org](https://blog.dask.org) for more\ninformation.  Additional information about Dask-CUDA can also be found in the\n[docs](https://docs.rapids.ai/api/dask-cuda/nightly/).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Utilities for Dask and CUDA interactions",
    "version": "25.10.0",
    "project_urls": {
        "Documentation": "https://docs.rapids.ai/api/dask-cuda/stable/",
        "Homepage": "https://github.com/rapidsai/dask-cuda",
        "Source": "https://github.com/rapidsai/dask-cuda"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a821c7c498304138ffcea25e67bcc64454fb0950c6e5154bf370a18a91828f81",
                "md5": "ab7c5ea7279317b102d66ee201bf9e35",
                "sha256": "fc5f5775254541cd7ca0df32b150bbd714e76f7056187bde0f60cf1119613af7"
            },
            "downloads": -1,
            "filename": "dask_cuda-25.10.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ab7c5ea7279317b102d66ee201bf9e35",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 159426,
            "upload_time": "2025-10-09T07:44:22",
            "upload_time_iso_8601": "2025-10-09T07:44:22.419388Z",
            "url": "https://files.pythonhosted.org/packages/a8/21/c7c498304138ffcea25e67bcc64454fb0950c6e5154bf370a18a91828f81/dask_cuda-25.10.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-09 07:44:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rapidsai",
    "github_project": "dask-cuda",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dask-cuda"
}
        
Elapsed time: 1.47079s