Skip to content

Commit

Permalink
Remove -DNVBench_ENABLE_CUPTI=OFF. (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Jan 23, 2024
1 parent cf566b2 commit 67b4c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/build-rapids.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ build_rapids() {
(
echo "building cuDF";
clean-cudf;
build-cudf -DBUILD_BENCHMARKS=ON -DNVBench_ENABLE_CUPTI=OFF --verbose
build-cudf -DBUILD_BENCHMARKS=ON --verbose
sccache -s;
) 2>&1 | maybe_write_build_log cudf;

Expand Down

0 comments on commit 67b4c57

Please sign in to comment.