Skip to content

Commit 255f7fa

Browse files
committed
Add a FIXME message for urKernelSuggestGroupSize
1 parent 270e762 commit 255f7fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/loader/layers/sanitizer/ur_sanddi.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ __urdlllocal ur_result_t UR_APICALL urEnqueueKernelLaunch(
199199
const size_t *pUserLocalWorkSize = pLocalWorkSize;
200200
if (!pUserLocalWorkSize) {
201201
pUserLocalWorkSize = LaunchInfo.LocalWorkSize;
202+
// FIXME: This is W/A until urKernelSuggestGroupSize is added
202203
LaunchInfo.LocalWorkSize[0] = 1;
203204
LaunchInfo.LocalWorkSize[1] = 1;
204205
LaunchInfo.LocalWorkSize[2] = 1;

0 commit comments

Comments
 (0)