Name | dask-cuda JSON |
Version |
24.12.0
JSON |
| download |
home_page | None |
Summary | Utilities for Dask and CUDA interactions |
upload_time | 2024-12-12 18:21:00 |
maintainer | None |
docs_url | None |
author | NVIDIA Corporation |
requires_python | >=3.10 |
license | Apache 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": "24.12.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": "58a81dd5bc86589668bc1de98f707aca376c38faa32b9aed70b8636d6792c82f",
"md5": "1533e4dd7a9fffcd614d50d3116f4f43",
"sha256": "93f6d6cd64ef8e935e2d7ad0d80ce0f8fe4127c02178e8f80471e5d03db9203a"
},
"downloads": -1,
"filename": "dask_cuda-24.12.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1533e4dd7a9fffcd614d50d3116f4f43",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 134430,
"upload_time": "2024-12-12T18:21:00",
"upload_time_iso_8601": "2024-12-12T18:21:00.882787Z",
"url": "https://files.pythonhosted.org/packages/58/a8/1dd5bc86589668bc1de98f707aca376c38faa32b9aed70b8636d6792c82f/dask_cuda-24.12.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-12 18:21:00",
"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"
}