Skip to content

Commit 6c2ff29

Browse files
committed
Fix Windows host-only SYCL example compile
1 parent 7b4a625 commit 6c2ff29

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
@@ -41,11 +41,6 @@ if(WIN32 AND ITLABAI_SYCL_IMPLEMENTATION STREQUAL "IntelLLVM")
4141
/clang:-fsycl
4242
/clang:-fsycl-host-only
4343
)
44-
if(ITLABAI_SYCL_TARGETS)
45-
set_property(SOURCE sycl_example.cpp APPEND PROPERTY COMPILE_OPTIONS
46-
/clang:-fsycl-targets=${ITLABAI_SYCL_TARGETS}
47-
)
48-
endif()
4944

5045
string(CONCAT WINDOWS_SYCL_LINK_COMMAND
5146
"python "

0 commit comments

Comments
 (0)