Skip to content

Commit

Permalink
Don't build nvfuser benchmarks by default (pytorch#67857)
Browse files Browse the repository at this point in the history
None of the other benchmarks are built by default, so this seems unnecessary.

cc @jjsjann123
Pull Request resolved: pytorch#67857
Approved by: https://github.com/jjsjann123, https://github.com/janeyx99
  • Loading branch information
peterbell10 authored and pytorchmergebot committed Aug 12, 2022
1 parent 42b572b commit d07a9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ cmake_dependent_option(
USE_STATIC_CUDNN "Use cuDNN static libraries" OFF
"USE_CUDNN" OFF)
cmake_dependent_option(
BUILD_NVFUSER_BENCHMARK "Build C++ binaries for nvfuser benchmarks" ON
"USE_CUDA;BUILD_TEST" OFF)
BUILD_NVFUSER_BENCHMARK "Build C++ binaries for nvfuser benchmarks" OFF
"USE_CUDA" OFF)
cmake_dependent_option(
USE_EXPERIMENTAL_CUDNN_V8_API "Use experimental cuDNN v8 API" ON
"USE_CUDNN" OFF)
Expand Down

0 comments on commit d07a9ba

Please sign in to comment.