We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe9500 commit 4b553faCopy full SHA for 4b553fa
cmake/onednn_lite_config.cmake
@@ -28,7 +28,7 @@ if(${DNNL_CPU_RUNTIME} STREQUAL "OMP")
28
endif()
29
30
if(${DNNL_CPU_RUNTIME} STREQUAL "TBB")
31
- include("${DNNL_PATH}/cmake/TBB.cmake")
+ find_package(TBB REQUIRED)
32
33
34
########## copied from main cmake file of DNNL
0 commit comments