-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
raft: Build CUDA 12 packages (#1388)
First attempt at building libraft with CUDA 12 Closes #1278 Authors: - Vyas Ramasubramani (https://github.com/vyasr) - Corey J. Nolet (https://github.com/cjnolet) - Dante Gama Dessavre (https://github.com/dantegd) - Tamas Bela Feher (https://github.com/tfeher) - Bradley Dice (https://github.com/bdice) Approvers: - Bradley Dice (https://github.com/bdice) - Ray Douglass (https://github.com/raydouglass) - https://github.com/jakirkham - Corey J. Nolet (https://github.com/cjnolet) URL: #1388
- Loading branch information
Showing
18 changed files
with
362 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,33 +16,33 @@ on: | |
jobs: | ||
conda-cpp-tests: | ||
secrets: inherit | ||
uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-tests.yaml@branch-23.08 | ||
uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-tests.yaml@cuda-120 | ||
with: | ||
build_type: nightly | ||
branch: ${{ inputs.branch }} | ||
date: ${{ inputs.date }} | ||
sha: ${{ inputs.sha }} | ||
conda-python-tests: | ||
secrets: inherit | ||
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-tests.yaml@branch-23.08 | ||
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-tests.yaml@cuda-120 | ||
with: | ||
build_type: nightly | ||
branch: ${{ inputs.branch }} | ||
date: ${{ inputs.date }} | ||
sha: ${{ inputs.sha }} | ||
wheel-tests-pylibraft: | ||
secrets: inherit | ||
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-manylinux-test.yml@branch-23.08 | ||
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-manylinux-test.yml@cuda-120 | ||
with: | ||
build_type: nightly | ||
branch: ${{ inputs.branch }} | ||
date: ${{ inputs.date }} | ||
sha: ${{ inputs.sha }} | ||
package-name: pylibraft | ||
test-unittest: "python -m pytest ./python/pylibraft/pylibraft/test" | ||
test-unittest: "python -m pytest -v ./python/pylibraft/pylibraft/test" | ||
wheel-tests-raft-dask: | ||
secrets: inherit | ||
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-manylinux-test.yml@branch-23.08 | ||
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-manylinux-test.yml@cuda-120 | ||
with: | ||
build_type: nightly | ||
branch: ${{ inputs.branch }} | ||
|
@@ -51,4 +51,4 @@ jobs: | |
package-name: raft_dask | ||
test-before-amd64: "pip install git+https://github.com/dask/dask.git@main git+https://github.com/dask/distributed.git@main git+https://github.com/rapidsai/[email protected]" | ||
test-before-arm64: "pip install git+https://github.com/dask/dask.git@main git+https://github.com/dask/distributed.git@main git+https://github.com/rapidsai/[email protected]" | ||
test-unittest: "python -m pytest ./python/raft-dask/raft_dask/test" | ||
test-unittest: "python -m pytest -v ./python/raft-dask/raft_dask/test" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# This file is generated by `rapids-dependency-file-generator`. | ||
# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. | ||
channels: | ||
- rapidsai | ||
- rapidsai-nightly | ||
- dask/label/dev | ||
- conda-forge | ||
- nvidia | ||
dependencies: | ||
- breathe | ||
- c-compiler | ||
- clang-tools=16.0.1 | ||
- clang=16.0.1 | ||
- cmake>=3.23.1,!=3.25.0 | ||
- cuda-cudart-dev | ||
- cuda-profiler-api | ||
- cuda-python>=12.0,<13.0a0 | ||
- cuda-version=12.0 | ||
- cupy>=12.0.0 | ||
- cxx-compiler | ||
- cython>=0.29,<0.30 | ||
- dask-core>=2023.5.1 | ||
- dask-cuda==23.8.* | ||
- dask>=2023.5.1 | ||
- distributed>=2023.5.1 | ||
- doxygen>=1.8.20 | ||
- gcc_linux-64=11.* | ||
- gmock>=1.13.0 | ||
- graphviz | ||
- gtest>=1.13.0 | ||
- ipython | ||
- joblib>=0.11 | ||
- libcublas-dev | ||
- libcurand-dev | ||
- libcusolver-dev | ||
- libcusparse-dev | ||
- nccl>=2.9.9 | ||
- ninja | ||
- numba>=0.57 | ||
- numpy>=1.21 | ||
- numpydoc | ||
- pydata-sphinx-theme | ||
- pytest | ||
- pytest-cov | ||
- recommonmark | ||
- rmm==23.8.* | ||
- scikit-build>=0.13.1 | ||
- scikit-learn | ||
- scipy | ||
- sphinx-copybutton | ||
- sphinx-markdown-tables | ||
- sysroot_linux-64==2.17 | ||
- ucx-proc=*=gpu | ||
- ucx-py==0.33.* | ||
- ucx>=1.13.0 | ||
name: all_cuda-120_arch-x86_64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.