Skip to content

Commit 8e0bebc

Browse files
committed
[SYCL][PI][HIP] Restore HIP plugin ABI
During the port to UR the HIP PI plugin ABI was unintentionally changed. This patch restores the expected ABI for the HIP plugin.
1 parent fd99be7 commit 8e0bebc

File tree

5 files changed

+1355
-165
lines changed

5 files changed

+1355
-165
lines changed

sycl/plugins/hip/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ add_sycl_plugin(hip
108108
"../unified_runtime/ur/adapters/hip/sampler.cpp"
109109
"../unified_runtime/ur/adapters/hip/sampler.hpp"
110110
"../unified_runtime/ur/adapters/hip/usm.cpp"
111+
"../unified_runtime/ur/adapters/hip/image.cpp"
111112
"../unified_runtime/ur/adapters/hip/program.cpp"
112113
"../unified_runtime/ur/adapters/hip/program.hpp"
113114
"../unified_runtime/ur/adapters/hip/kernel.cpp"

0 commit comments

Comments
 (0)