Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward-merge branch-25.02 into branch-25.04 #1434

Merged
merged 2 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- click >=8.1
- cuda-nvcc-impl
- cuda-nvrtc
- cuda-version=12.5
- cuda-version=12.8
- cudf==25.2.*,>=0.0.0a0
- dask-cudf==25.2.*,>=0.0.0a0
- distributed-ucxx==0.42.*,>=0.0.0a0
Expand All @@ -34,4 +34,4 @@ dependencies:
- ucx-py==0.42.*,>=0.0.0a0
- ucxx==0.42.*,>=0.0.0a0
- zict>=2.0.0
name: all_cuda-125_arch-x86_64
name: all_cuda-128_arch-x86_64
6 changes: 5 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ files:
all:
output: conda
matrix:
cuda: ["11.4", "11.8", "12.5"]
cuda: ["11.4", "11.8", "12.8"]
arch: [x86_64]
includes:
- build_python
Expand Down Expand Up @@ -96,6 +96,10 @@ dependencies:
cuda: "12.5"
packages:
- cuda-version=12.5
- matrix:
cuda: "12.8"
packages:
- cuda-version=12.8
cuda:
specific:
- output_types: conda
Expand Down
4 changes: 2 additions & 2 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ To use Dask-CUDA on your system, you will need:
- A version of NVIDIA CUDA Toolkit compatible with the installed driver version; see Table 1 of `CUDA Compatibility -- Binary Compatibility <https://docs.nvidia.com/deploy/cuda-compatibility/index.html#binary-compatibility>`_ for an overview of CUDA Toolkit driver requirements

Once the proper CUDA Toolkit version has been determined, it can be installed using along with Dask-CUDA using ``conda``.
To install the latest version of Dask-CUDA along with CUDA Toolkit 12.5:
To install the latest version of Dask-CUDA along with the CUDA Toolkit:

.. code-block:: bash

conda install -c rapidsai -c conda-forge -c nvidia dask-cuda cuda-version=12.5
conda install -c rapidsai -c conda-forge -c nvidia dask-cuda cuda-version=12.8

Pip
---
Expand Down
Loading