[Cmake] Add default value for option USE_DNNL_CODEGEN in the cmake (#6099)
authorHaichen Shen <shenhaichen@gmail.com>
Tue, 21 Jul 2020 04:09:55 +0000 (21:09 -0700)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2020 04:09:55 +0000 (21:09 -0700)
CMakeLists.txt

index 16389c1..e87f75e 100644 (file)
@@ -56,6 +56,7 @@ tvm_option(PICOJSON_PATH "Path to PicoJSON" "3rdparty/picojson")
 tvm_option(USE_BLAS "The blas library to be linked" none)
 tvm_option(USE_MKL_PATH "MKL root path when use MKL blas" none)
 tvm_option(USE_MKLDNN "Build with MKLDNN" OFF)
+tvm_option(USE_DNNL_CODEGEN "Enable MKLDNN (DNNL) codegen" OFF)
 tvm_option(USE_CUDNN "Build with cuDNN" OFF)
 tvm_option(USE_CUBLAS "Build with cuBLAS" OFF)
 tvm_option(USE_THRUST "Build with Thrust" OFF)