Skip to content

Commit

Permalink
Merge branch-25.02 into branch-25.04
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 31, 2025
2 parents 108c459 + 8d89c14 commit 0d0cbda
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
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.4.*,>=0.0.0a0
- dask-cudf==25.4.*,>=0.0.0a0
- distributed-ucxx==0.43.*,>=0.0.0a0
Expand All @@ -34,4 +34,4 @@ dependencies:
- ucx-py==0.43.*,>=0.0.0a0
- ucxx==0.43.*,>=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

0 comments on commit 0d0cbda

Please sign in to comment.