This commit is contained in:
zhu jianjiang
2023-08-18 14:08:26 -04:00
committed by GitHub
parent 3930f709ce
commit 2e56cfabee
+1 -1
View File
@@ -107,7 +107,7 @@ set(CUTLASS_ENABLE_PROFILER ${CUTLASS_ENABLE_LIBRARY} CACHE BOOL "Enable CUTLASS
set(CUTLASS_ENABLE_PERFORMANCE ${CUTLASS_ENABLE_PROFILER} CACHE BOOL "Enable CUTLASS Proformance")
if(${CMAKE_PROJECT_NAME} STREQUAL ${PROJECT_NAME})
set(CUTLASS_ENABLE_TESTS_INIT ${CUTLASS_ENABLE_LIBRARY}})
set(CUTLASS_ENABLE_TESTS_INIT ${CUTLASS_ENABLE_LIBRARY})
else()
set(CUTLASS_ENABLE_TESTS_INIT OFF)
endif()