mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Don't build nvfuser benchmarks by default (#67857)
None of the other benchmarks are built by default, so this seems unnecessary. cc @jjsjann123 Pull Request resolved: https://github.com/pytorch/pytorch/pull/67857 Approved by: https://github.com/jjsjann123, https://github.com/janeyx99
This commit is contained in:
parent
42b572bb60
commit
d07a9ba11b
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user