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 39398e5 commit 96055c8Copy full SHA for 96055c8
QuickSilver/SYCL/CMakeLists.txt
@@ -45,7 +45,7 @@
45
46
# SPDX-License-Identifier: BSD-3-Clause
47
48
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.80)
49
project(qs LANGUAGES CXX)
50
51
set(CMAKE_CXX_STANDARD 17)
@@ -146,6 +146,8 @@ elseif(NOT "${CMAKE_CXX_FLAGS}" STREQUAL "")
146
endif()
147
148
if(GPU_AOT)
149
+ message(STATUS "Enabling INTEL backend")
150
+ set(CMAKE_CXX_FLAGS "${INTEL_GPU_CXX_FLAGS}")
151
if((${GPU_AOT} STREQUAL "pvc") OR(${GPU_AOT} STREQUAL "PVC"))
152
message(STATUS "Enabling Intel GPU AOT compilation for ${GPU_AOT}")
153
string(APPEND CMAKE_CXX_FLAGS " -fsycl-targets=spir64_gen -Xs \"-device 0x0bd5 -revision_id 0x2f\" -Xs \"-options -ze-opt-large-register-file\" ")
0 commit comments