dask-cuda


Namedask-cuda JSON
Version 24.6.0 PyPI version JSON
download
home_pageNone
SummaryUtilities for Dask and CUDA interactions
upload_time2024-06-06 20:47:43
maintainerNone
docs_urlNone
authorNVIDIA Corporation
requires_python>=3.9
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.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "NVIDIA Corporation",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/eb/6c/2c2551d28a9f26adf373ce3150ec986183991cbd9002ce5bf266bc58d434/dask_cuda-24.6.0.tar.gz",
    "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": "24.6.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": "eb6c2c2551d28a9f26adf373ce3150ec986183991cbd9002ce5bf266bc58d434",
                "md5": "00b869911cb6d311e13f87bd94a57f1b",
                "sha256": "0d6fdb90de1694d5a157967a37703adf8910aea948d5cbaa59fe55ba06376b4f"
            },
            "downloads": -1,
            "filename": "dask_cuda-24.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "00b869911cb6d311e13f87bd94a57f1b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 1362,
            "upload_time": "2024-06-06T20:47:43",
            "upload_time_iso_8601": "2024-06-06T20:47:43.377906Z",
            "url": "https://files.pythonhosted.org/packages/eb/6c/2c2551d28a9f26adf373ce3150ec986183991cbd9002ce5bf266bc58d434/dask_cuda-24.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-06 20:47:43",
    "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: 0.24924s