{ "info": { "author": "RAPIDS development team", "author_email": "mrocklin@nvidia.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Database", "Topic :: Scientific/Engineering" ], "description": "Dask CUDA\n=========\n\nVarious utilities to improve interoperation between Dask and CUDA-enabled\nsystems.\n\nThis repository is designed to be a catch-all for Dask and CUDA utilities.\nIt is experimental and should not be relied upon.\n\nCurrently Includes\n------------------\n\n- `LocalCUDACluster`: a subclass of `dask.distributed.LocalCluster` that\n eases deployment on single-node multi-GPU systems.\n\n\nExample\n-------\n\n```python\nfrom dask_cuda import LocalCUDACluster\nfrom dask.distributed import Client\n\ncluster = LocalCUDACluster()\nclient = Client(cluster)\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rapidsai/dask-cuda", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "dask-cuda", "package_url": "https://pypi.org/project/dask-cuda/", "platform": "", "project_url": "https://pypi.org/project/dask-cuda/", "project_urls": { "Homepage": "https://github.com/rapidsai/dask-cuda" }, "release_url": "https://pypi.org/project/dask-cuda/0.6.0/", "requires_dist": [ "dask (>=1.1.4)", "distributed (>=1.25.2)" ], "requires_python": "", "summary": "Utilities for Dask and CUDA interactions", "version": "0.6.0" }, "last_serial": 4974872, "releases": { "0.6.0": [ { "comment_text": "", "digests": { "md5": "d821331b760d5d3bc22f2ed90628ad3d", "sha256": "c2e9b120837979b2d0f76a78d0c6cdf8882e49185ba6e6812421e0156cc1491c" }, "downloads": -1, "filename": "dask_cuda-0.6.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d821331b760d5d3bc22f2ed90628ad3d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10440, "upload_time": "2019-03-23T01:53:17", "url": "https://files.pythonhosted.org/packages/a6/3f/6e776a21f378e1b761ce62e335866c3def08701cd9b89a5f0fa8ec98ce7e/dask_cuda-0.6.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d821331b760d5d3bc22f2ed90628ad3d", "sha256": "c2e9b120837979b2d0f76a78d0c6cdf8882e49185ba6e6812421e0156cc1491c" }, "downloads": -1, "filename": "dask_cuda-0.6.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d821331b760d5d3bc22f2ed90628ad3d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10440, "upload_time": "2019-03-23T01:53:17", "url": "https://files.pythonhosted.org/packages/a6/3f/6e776a21f378e1b761ce62e335866c3def08701cd9b89a5f0fa8ec98ce7e/dask_cuda-0.6.0-py3-none-any.whl" } ] }