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.
2 parents b9242f4 + 7fd494c commit e3592bdCopy full SHA for e3592bd
libsyclinterface/CMakeLists.txt
@@ -61,7 +61,7 @@ if(DPCTL_ENABLE_L0_PROGRAM_CREATION)
61
endif()
62
if (UNIX)
63
find_library(PI_LEVEL_ZERO_LIB
64
- NAMES pi_level_zero
+ NAMES pi_level_zero ur_adapter_level_zero
65
HINTS ${IntelSyclCompiler_LIBRARY_DIR}
66
)
67
find_program(READELF_PROG readelf)
@@ -81,7 +81,7 @@ endif()
81
82
83
find_library(PI_OPENCL_LIB
84
- NAMES pi_opencl
+ NAMES pi_opencl ur_adapter_opencl
85
86
87
0 commit comments