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 d8db696 commit 5973d9fCopy full SHA for 5973d9f
CMakeLists.txt
@@ -46,11 +46,4 @@ set(DPCPP_THIRD_PARTY_ROOT "${PROJECT_SOURCE_DIR}/third_party")
46
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Modules)
47
48
# Common dependencies
49
-
50
-# The DYN_DISP is a temporary flag, and it should be switch to dynamic dispatch after
51
-# we fully support dynamic dispatch runtime.
52
-if("$ENV{DYN_DISP}" STREQUAL "1")
53
-include(cmake/CpuDynDisp.cmake)
54
-else()
55
-include(cmake/CPU.cmake)
56
-endif()
+include(cmake/CpuDynDisp.cmake)
0 commit comments