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.
1 parent e147f36 commit 1fa2ac8Copy full SHA for 1fa2ac8
sycl/plugins/unified_runtime/CMakeLists.txt
@@ -131,7 +131,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
131
132
fetch_adapter_source(hip
133
${UNIFIED_RUNTIME_REPO}
134
- ${UNIFIED_RUNTIME_TAG}
+ # 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
141
)
142
143
fetch_adapter_source(native_cpu
0 commit comments