Skip to content

Commit e147f36

Browse files
[UR] Modify fill emulation to work for patterns which are not powers of 2 (#13779)
oneapi-src/unified-runtime#1603
1 parent 42fc5e9 commit e147f36

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
@@ -115,7 +115,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
115115

116116
fetch_adapter_source(opencl
117117
${UNIFIED_RUNTIME_REPO}
118-
${UNIFIED_RUNTIME_TAG}
118+
# commit e16d01c02f1c1c18af19d3c882c08f791c2345d9
119+
# Merge: a3895dbf 483a6325
120+
# Author: Kenneth Benzie (Benie) <[email protected]>
121+
# Date: Thu May 30 10:04:43 2024 +0100
122+
# Merge pull request #1603 from konradkusiak97/queueFillOPENCLctsFix
123+
# [OpenCL] Modify fill emulation to work for patterns which are not powers of 2
124+
e16d01c02f1c1c18af19d3c882c08f791c2345d9
119125
)
120126

121127
fetch_adapter_source(cuda

0 commit comments

Comments
 (0)