Commit a610eec1 authored by Astha Rai's avatar Astha Rai
Browse files

set codegen flag default back to OFF

parent 33405167
......@@ -97,7 +97,7 @@ if(DL_KERNELS)
add_definitions(-DDL_KERNELS)
set(CK_ENABLE_DL_KERNELS "ON")
endif()
option(CK_USE_CODEGEN "Enable codegen library" ON)
option(CK_USE_CODEGEN "Enable codegen library" OFF)
if(CK_USE_CODEGEN)
add_definitions(-DCK_USE_CODEGEN)
endif()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment