Skip to content

Commit 495b9b7

Browse files
authored
Update CMakeLists.txt
1 parent ab50e3c commit 495b9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svm/SYCL/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ if(GPU_AOT)
131131
set(CMAKE_CXX_FLAGS "${INTEL_GPU_CXX_FLAGS}")
132132
if( (${GPU_AOT} STREQUAL "pvc") OR (${GPU_AOT} STREQUAL "PVC") )
133133
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
134+
string(APPEND CMAKE_CXX_FLAGS " -fsycl-targets=spir64_gen -Xs \"-device 0x0bd5 -revision_id 3\" ")
135135
else()
136136
message(STATUS "Using custom AOT compilation flag ${GPU_AOT}")
137137
string(APPEND CMAKE_CXX_FLAGS " ${GPU_AOT} ") # User should be aware of advanced AOT compilation flags

0 commit comments

Comments
 (0)