-
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.
Add YAML config files to run parameter sweeps for ANN benchmarks (#1929)
Also generate CUDA 12.0 development environments for `bench-ann` Authors: - Divye Gala (https://github.com/divyegala) - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Corey J. Nolet (https://github.com/cjnolet) - Ray Douglass (https://github.com/raydouglass) URL: #1929
- Loading branch information
Showing
26 changed files
with
722 additions
and
209 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
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
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,40 @@ | ||
# 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: | ||
- benchmark>=1.8.2 | ||
- c-compiler | ||
- clang-tools=16.0.6 | ||
- clang==16.0.6 | ||
- cmake>=3.26.4 | ||
- cuda-cudart-dev | ||
- cuda-nvcc | ||
- cuda-nvtx-dev | ||
- cuda-profiler-api | ||
- cuda-version=12.0 | ||
- cxx-compiler | ||
- cython>=3.0.0 | ||
- gcc_linux-aarch64=11.* | ||
- glog>=0.6.0 | ||
- h5py>=3.8.0 | ||
- hnswlib=0.7.0 | ||
- libcublas-dev | ||
- libcurand-dev | ||
- libcusolver-dev | ||
- libcusparse-dev | ||
- matplotlib | ||
- nccl>=2.9.9 | ||
- ninja | ||
- nlohmann_json>=3.11.2 | ||
- openblas | ||
- pandas | ||
- pyyaml | ||
- rmm==23.12.* | ||
- scikit-build>=0.13.1 | ||
- sysroot_linux-aarch64==2.17 | ||
name: bench_ann_cuda-120_arch-aarch64 |
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,40 @@ | ||
# 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: | ||
- benchmark>=1.8.2 | ||
- c-compiler | ||
- clang-tools=16.0.6 | ||
- clang==16.0.6 | ||
- cmake>=3.26.4 | ||
- cuda-cudart-dev | ||
- cuda-nvcc | ||
- cuda-nvtx-dev | ||
- cuda-profiler-api | ||
- cuda-version=12.0 | ||
- cxx-compiler | ||
- cython>=3.0.0 | ||
- gcc_linux-64=11.* | ||
- glog>=0.6.0 | ||
- h5py>=3.8.0 | ||
- hnswlib=0.7.0 | ||
- libcublas-dev | ||
- libcurand-dev | ||
- libcusolver-dev | ||
- libcusparse-dev | ||
- matplotlib | ||
- nccl>=2.9.9 | ||
- ninja | ||
- nlohmann_json>=3.11.2 | ||
- openblas | ||
- pandas | ||
- pyyaml | ||
- rmm==23.12.* | ||
- scikit-build>=0.13.1 | ||
- sysroot_linux-64==2.17 | ||
name: bench_ann_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
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.