Skip to content

Commit

Permalink
Merge pull request #1788 from IntelPython/get-ready-for-ur-adapters
Browse files Browse the repository at this point in the history
Search for ur_adapter_opencl alongside pi_opencl
  • Loading branch information
oleksandr-pavlyk authored Aug 7, 2024
2 parents b9242f4 + 7fd494c commit e3592bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libsyclinterface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if(DPCTL_ENABLE_L0_PROGRAM_CREATION)
endif()
if (UNIX)
find_library(PI_LEVEL_ZERO_LIB
NAMES pi_level_zero
NAMES pi_level_zero ur_adapter_level_zero
HINTS ${IntelSyclCompiler_LIBRARY_DIR}
)
find_program(READELF_PROG readelf)
Expand All @@ -81,7 +81,7 @@ endif()

if (UNIX)
find_library(PI_OPENCL_LIB
NAMES pi_opencl
NAMES pi_opencl ur_adapter_opencl
HINTS ${IntelSyclCompiler_LIBRARY_DIR}
)
find_program(READELF_PROG readelf)
Expand Down

0 comments on commit e3592bd

Please sign in to comment.