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 93bc422 commit e960e69Copy full SHA for e960e69
libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake
@@ -119,7 +119,7 @@ if(${clangxx_result} MATCHES "0")
119
if("x${CMAKE_SYSTEM_NAME}" STREQUAL "xWindows")
120
find_file(
121
IntelSyclCompiler_SYCL_LIBRARY
122
- NAMES "sycl.lib" "sycl6.lib" "sycl7.lib"
+ NAMES "sycl.lib" "sycl6.lib" "sycl7.lib" "sycl8.lib"
123
PATHS ${IntelSyclCompiler_LIBRARY_DIR}
124
)
125
0 commit comments