Skip to content

Commit 88046f2

Browse files
committed
Stop compiling Windows SYCL example as SYCL TU
1 parent 6c2ff29 commit 88046f2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

app/SYCL/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ if(WIN32 AND ITLABAI_SYCL_IMPLEMENTATION STREQUAL "IntelLLVM")
3737
endif()
3838
get_filename_component(ITLABAI_SYCL_LIBRARY_DIR "${ITLABAI_SYCL_LIBRARY}" DIRECTORY)
3939

40-
set_property(SOURCE sycl_example.cpp APPEND PROPERTY COMPILE_OPTIONS
41-
/clang:-fsycl
42-
/clang:-fsycl-host-only
43-
)
44-
4540
string(CONCAT WINDOWS_SYCL_LINK_COMMAND
4641
"python "
4742
"\"${CMAKE_SOURCE_DIR}/scripts/ci/windows_sycl_link.py\" "

0 commit comments

Comments
 (0)