Skip to content

Commit d0af5ff

Browse files
authored
Finish CUDA 12.9 migration and use branch-25.06 workflows (#117)
This PR reverts shared-workflows branches to `branch-25.06` and ensures builds use CUDA 12.8. CUDA 12.9 will be used in the test matrix but not for builds in RAPIDS 25.06. See rapidsai/build-planning#173 (comment) for more information. Authors: - Bradley Dice (https://github.com/bdice) - Gil Forsyth (https://github.com/gforsyth) Approvers: - Don Acosta (https://github.com/acostadon) URL: #117
1 parent 4abe566 commit d0af5ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/cugraph-docs/source/installation/getting_cugraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Replace the package name in the example below to the one you want to install.
4040
Install and update cuGraph using the conda command:
4141

4242
```bash
43-
conda install -c rapidsai -c conda-forge -c nvidia cugraph cuda-version=12.9
43+
conda install -c rapidsai -c conda-forge -c nvidia cugraph cuda-version=12.8
4444
```
4545

4646
Alternatively, use `cuda-version=11.8` for packages supporting CUDA 11.

docs/cugraph-docs/source/installation/source_build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ files](https://github.com/rapidsai/cugraph/blob/main/conda/environments).
4242
conda env create --name cugraph_dev --file $CUGRAPH_HOME/conda/environments/all_cuda-118_arch-x86_64.yaml
4343

4444
# for CUDA 12.x
45-
conda env create --name cugraph_dev --file $CUGRAPH_HOME/conda/environments/all_cuda-129_arch-x86_64.yaml
45+
conda env create --name cugraph_dev --file $CUGRAPH_HOME/conda/environments/all_cuda-128_arch-x86_64.yaml
4646

4747

4848
# activate the environment
@@ -60,7 +60,7 @@ conda env update --name cugraph_dev --file $CUGRAPH_HOME/conda/environments/all_
6060
conda activate cugraph_dev
6161

6262
# for CUDA 12.x
63-
conda env update --name cugraph_dev --file $CUGRAPH_HOME/conda/environments/all_cuda-129_arch-x86_64.yaml
63+
conda env update --name cugraph_dev --file $CUGRAPH_HOME/conda/environments/all_cuda-128_arch-x86_64.yaml
6464
conda activate cugraph_dev
6565

6666

0 commit comments

Comments
 (0)