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 42fc5e9 commit e147f36Copy full SHA for e147f36
sycl/plugins/unified_runtime/CMakeLists.txt
@@ -115,7 +115,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
115
116
fetch_adapter_source(opencl
117
${UNIFIED_RUNTIME_REPO}
118
- ${UNIFIED_RUNTIME_TAG}
+ # 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
125
)
126
127
fetch_adapter_source(cuda
0 commit comments