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 270e762 commit 255f7faCopy full SHA for 255f7fa
source/loader/layers/sanitizer/ur_sanddi.cpp
@@ -199,6 +199,7 @@ __urdlllocal ur_result_t UR_APICALL urEnqueueKernelLaunch(
199
const size_t *pUserLocalWorkSize = pLocalWorkSize;
200
if (!pUserLocalWorkSize) {
201
pUserLocalWorkSize = LaunchInfo.LocalWorkSize;
202
+ // FIXME: This is W/A until urKernelSuggestGroupSize is added
203
LaunchInfo.LocalWorkSize[0] = 1;
204
LaunchInfo.LocalWorkSize[1] = 1;
205
LaunchInfo.LocalWorkSize[2] = 1;
0 commit comments