Skip to content

Commit

Permalink
build all libcuvs in conda-python cuvs_bench
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Oct 2, 2024
1 parent 7c0a54b commit 4bd1ab6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/cuvs_bench/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2024, NVIDIA CORPORATION.

./build.sh bench-ann --allgpuarch --no-shared-libs --no-nvtx --build-metrics=bench_ann --incl-cache-stats
./build.sh bench-ann --allgpuarch --no-nvtx --build-metrics=bench_ann --incl-cache-stats
cmake --install cpp/build --component ann_bench
1 change: 1 addition & 0 deletions conda/recipes/libcuvs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ outputs:
- libcusolver
- libcusparse
{% endif %}
- libraft-headers ={{ minor_version }}
about:
home: https://rapids.ai/
license: Apache-2.0
Expand Down
3 changes: 0 additions & 3 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ if(NOT BUILD_C_LIBRARY)
set(BUILD_C_TESTS OFF)
endif()

message(STATUS "cuVS: Build cuVS shared library: ${BUILD_SHARED_LIBS}")
message(STATUS "cuVS: Build cuVS bench: ${BUILD_CUVS_BENCH}")

if(NOT BUILD_SHARED_LIBS)
set(BUILD_TESTS OFF)
set(BUILD_C_LIBRARY OFF)
Expand Down

0 comments on commit 4bd1ab6

Please sign in to comment.