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 fc9b330 commit d0996a3Copy full SHA for d0996a3
unified-runtime/source/adapters/native_cpu/CMakeLists.txt
@@ -53,7 +53,7 @@ set_target_properties(${TARGET_NAME} PROPERTIES
53
)
54
55
# oneTBB is used as an optional NativeCPU backend and disabled by default.
56
-option(NATIVECPU_WITH_ONETBB "Use oneTBB as backend for Native CPU" OFF)
+option(NATIVECPU_WITH_ONETBB "Use oneTBB as backend for Native CPU" ON)
57
if(NATIVECPU_WITH_ONETBB)
58
message(STATUS "Configuring Native CPU adapter with oneTBB backend.")
59
0 commit comments