Skip to content

Commit 5973d9f

Browse files
authored
switch default cmake script to dyndisp. (#552)
1 parent d8db696 commit 5973d9f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

CMakeLists.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,4 @@ set(DPCPP_THIRD_PARTY_ROOT "${PROJECT_SOURCE_DIR}/third_party")
4646
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Modules)
4747

4848
# 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()
49+
include(cmake/CpuDynDisp.cmake)

0 commit comments

Comments
 (0)