Skip to content

Commit 1c89e51

Browse files
authored
[UR] Bump HIP tag to 760eaa3 (#12758)
Bump UR commit to include a bugfix for HIP UR adapter dereferencing a nullptr oneapi-src/unified-runtime#1357
1 parent 653f9b3 commit 1c89e51

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
132132

133133
fetch_adapter_source(hip
134134
${UNIFIED_RUNTIME_REPO}
135-
# commit 08b3e8fe6c5ad0aed125823c335eb44343845f6c
136-
# Merge: 758c6149 db47fc0a
135+
# commit 760eaa38ae8cacf3143188a3293d8f9a2a3608f7
136+
# Merge: 38e9478b e68f26fa
137137
# Author: Kenneth Benzie (Benie) <[email protected]>
138-
# Date: Wed Apr 10 16:22:00 2024 +0100
139-
# Merge pull request #1359 from lplewa/hip_log
140-
# Refactor hip adapter to new logger
141-
08b3e8fe6c5ad0aed125823c335eb44343845f6c
138+
# Date: Thu Apr 11 15:36:52 2024 +0100
139+
# Merge pull request #1357 from Bensuo/ewan/hip_nullptr
140+
# [HIP] Check for null arg to urKernelSetArgMemObj
141+
760eaa38ae8cacf3143188a3293d8f9a2a3608f7
142142
)
143143

144144
fetch_adapter_source(native_cpu

0 commit comments

Comments
 (0)