Skip to content

Commit 1fa2ac8

Browse files
authored
[UR][HIP] Implement kernel set spec constant query (#13809)
oneapi-src/unified-runtime#1604
1 parent e147f36 commit 1fa2ac8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
131131

132132
fetch_adapter_source(hip
133133
${UNIFIED_RUNTIME_REPO}
134-
${UNIFIED_RUNTIME_TAG}
134+
# commit a3895dbf46a98c8a5cd58704efe85e12fa1050cd
135+
# Merge: 30c5c553 67338dbe
136+
# Author: Kenneth Benzie (Benie) <[email protected]>
137+
# Date: Thu May 30 10:04:14 2024 +0100
138+
# Merge pull request #1604 from kbenzie/benie/hip-kernel-spec-constants
139+
# [HIP] Implement kernel set spec constant query
140+
a3895dbf46a98c8a5cd58704efe85e12fa1050cd
135141
)
136142

137143
fetch_adapter_source(native_cpu

0 commit comments

Comments
 (0)