-
Notifications
You must be signed in to change notification settings - Fork 184
Add cuvs-bench to dependencies and conda environments #275
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
Merged
Merged
Changes from 2 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
7e37218
FEA Add cuvs-bench to dependencies and conda environments
dantegd b2aef6d
FIX add missing deps
dantegd bf75242
FIX version and other improvements
dantegd 130f9f3
ENH Add click library
dantegd 6de6496
Merge branch 'branch-24.10' into fea-add-bench-deps
dantegd 134b0bd
Merge branch 'branch-24.10' into fea-add-bench-deps
cjnolet 6f380b5
change to symlinks
divyegala c3dbe0c
Merge remote-tracking branch 'upstream/branch-24.10' into fea-add-ben…
divyegala File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,46 @@ | ||
| # 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,!=3.30.0 | ||
| - cuda-nvtx=11.8 | ||
| - cuda-profiler-api=11.8.86 | ||
| - cuda-python>=11.7.1,<12.0a0 | ||
| - cuda-version=11.8 | ||
| - cudatoolkit | ||
| - cxx-compiler | ||
| - cython>=3.0.0 | ||
| - dlpack>=0.8,<1.0 | ||
| - gcc_linux-aarch64=11.* | ||
| - glog>=0.6.0 | ||
| - h5py>=3.8.0 | ||
| - hnswlib=0.7.0 | ||
| - libcublas-dev=11.11.3.6 | ||
| - libcublas=11.11.3.6 | ||
| - libcurand-dev=10.3.0.86 | ||
| - libcurand=10.3.0.86 | ||
| - libcusolver-dev=11.4.1.48 | ||
| - libcusolver=11.4.1.48 | ||
| - libcusparse-dev=11.7.5.86 | ||
| - libcusparse=11.7.5.86 | ||
| - matplotlib | ||
| - nccl>=2.9.9 | ||
| - ninja | ||
| - nlohmann_json>=3.11.2 | ||
| - nvcc_linux-aarch64=11.8 | ||
| - openblas | ||
| - pandas | ||
| - pylibraft==24.10.*,>=0.0.0a0 | ||
| - pyyaml | ||
| - rmm==24.10.*,>=0.0.0a0 | ||
| - sysroot_linux-aarch64==2.17 | ||
| name: bench_ann_cuda-118_arch-aarch64 |
This file contains hidden or 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,46 @@ | ||
| # 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,!=3.30.0 | ||
| - cuda-nvtx=11.8 | ||
| - cuda-profiler-api=11.8.86 | ||
| - cuda-python>=11.7.1,<12.0a0 | ||
| - cuda-version=11.8 | ||
| - cudatoolkit | ||
| - cxx-compiler | ||
| - cython>=3.0.0 | ||
| - dlpack>=0.8,<1.0 | ||
| - gcc_linux-64=11.* | ||
| - glog>=0.6.0 | ||
| - h5py>=3.8.0 | ||
| - hnswlib=0.7.0 | ||
| - libcublas-dev=11.11.3.6 | ||
| - libcublas=11.11.3.6 | ||
| - libcurand-dev=10.3.0.86 | ||
| - libcurand=10.3.0.86 | ||
| - libcusolver-dev=11.4.1.48 | ||
| - libcusolver=11.4.1.48 | ||
| - libcusparse-dev=11.7.5.86 | ||
| - libcusparse=11.7.5.86 | ||
| - matplotlib | ||
| - nccl>=2.9.9 | ||
| - ninja | ||
| - nlohmann_json>=3.11.2 | ||
| - nvcc_linux-64=11.8 | ||
| - openblas | ||
| - pandas | ||
| - pylibraft==24.10.*,>=0.0.0a0 | ||
| - pyyaml | ||
| - rmm==24.10.*,>=0.0.0a0 | ||
| - sysroot_linux-64==2.17 | ||
| name: bench_ann_cuda-118_arch-x86_64 |
This file contains hidden or 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,42 @@ | ||
| # 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,!=3.30.0 | ||
| - cuda-cudart-dev | ||
| - cuda-nvcc | ||
| - cuda-nvtx-dev | ||
| - cuda-profiler-api | ||
| - cuda-python>=12.0,<13.0a0 | ||
| - cuda-version=12.5 | ||
| - cxx-compiler | ||
| - cython>=3.0.0 | ||
| - dlpack>=0.8,<1.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 | ||
| - pylibraft==24.10.*,>=0.0.0a0 | ||
| - pyyaml | ||
| - rmm==24.10.*,>=0.0.0a0 | ||
| - sysroot_linux-aarch64==2.17 | ||
| name: bench_ann_cuda-125_arch-aarch64 | ||
This file contains hidden or 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,42 @@ | ||
| # 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,!=3.30.0 | ||
| - cuda-cudart-dev | ||
| - cuda-nvcc | ||
| - cuda-nvtx-dev | ||
| - cuda-profiler-api | ||
| - cuda-python>=12.0,<13.0a0 | ||
| - cuda-version=12.5 | ||
| - cxx-compiler | ||
| - cython>=3.0.0 | ||
| - dlpack>=0.8,<1.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 | ||
| - pylibraft==24.10.*,>=0.0.0a0 | ||
| - pyyaml | ||
| - rmm==24.10.*,>=0.0.0a0 | ||
| - sysroot_linux-64==2.17 | ||
| name: bench_ann_cuda-125_arch-x86_64 |
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.