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 ab50e3c commit 495b9b7Copy full SHA for 495b9b7
svm/SYCL/CMakeLists.txt
@@ -131,7 +131,7 @@ if(GPU_AOT)
131
set(CMAKE_CXX_FLAGS "${INTEL_GPU_CXX_FLAGS}")
132
if( (${GPU_AOT} STREQUAL "pvc") OR (${GPU_AOT} STREQUAL "PVC") )
133
message(STATUS "Enabling Intel GPU AOT compilation for ${GPU_AOT}")
134
- string(APPEND CMAKE_CXX_FLAGS " -fsycl-targets=spir64_gen -Xs \"-device 0x0bd5 -revision_id 3\" ") # Default flag for pvc in ORTCE
+ string(APPEND CMAKE_CXX_FLAGS " -fsycl-targets=spir64_gen -Xs \"-device 0x0bd5 -revision_id 3\" ")
135
else()
136
message(STATUS "Using custom AOT compilation flag ${GPU_AOT}")
137
string(APPEND CMAKE_CXX_FLAGS " ${GPU_AOT} ") # User should be aware of advanced AOT compilation flags
0 commit comments