This release is a pre-release and may not be stable for production use.
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
from dask_cuda import LocalCUDACluster
from dask.distributed import Client
cluster = LocalCUDACluster()
client = Client(cluster)
Documentation is available here.
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 and CuPy with Dask is an ongoing effort. You may wish to read about this effort at blog.dask.org for more information. Additional information about Dask-CUDA can also be found in the docs.
Release files for dask-cuda 23.2.0a230105
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dask-cuda-23.2.0a230105.tar.gz | 97.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dask_cuda-23.2.0a230105-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 218.7 kB
Release files / dask-cuda-23.2.0a230105.tar.gz
| Download URL | dask-cuda-23.2.0a230105.tar.gz |
|---|---|
| Size | 97.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
dde98598e6ecf15134d163babcebfcf83a3c56952ec31cf0c63cb7e1f306bca0
|
|
BLAKE2b-256 checksum How to use checksums |
ec750b2a398271632b803274d48b3733271560458b04788a234fe0edfedae72f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.1
|
Release files / dask_cuda-23.2.0a230105-py3-none-any.whl
| Download URL | dask_cuda-23.2.0a230105-py3-none-any.whl |
|---|---|
| Size | 121.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
24b77ec37f85ad08eaad555cc883dc00613b27f19c58c830445525f941e7e19d
|
|
BLAKE2b-256 checksum How to use checksums |
e0faaf7c22145235281334a584d83ef93d861106f61525a1fa9971e063bc68be
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.1
|