Skip to content

Commit

Permalink
Remove -DNVBench_ENABLE_CUPTI=OFF. (#1325)
Browse files Browse the repository at this point in the history
The `-DNVBench_ENABLE_CUPTI=OFF` flag is no longer needed because of rapidsai/rapids-cmake#504. NVBench CUPTI support is now disabled by default.

Authors:
  - Bradley Dice (https://github.com/bdice)
  - Paul Taylor (https://github.com/trxcllnt)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - Mark Harris (https://github.com/harrism)

URL: #1325
  • Loading branch information
bdice authored Feb 26, 2024
1 parent a3367da commit e8be972
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conda/recipes/libcuspatial/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright (c) 2018-2023, NVIDIA CORPORATION.

# build cuspatial with verbose output
./build.sh -v libcuspatial tests benchmarks --allgpuarch -n \
--cmake-args=\"-DNVBench_ENABLE_CUPTI=OFF\"
./build.sh -v libcuspatial tests benchmarks --allgpuarch -n

0 comments on commit e8be972

Please sign in to comment.