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 c833201 commit f99adf1Copy full SHA for f99adf1
source/adapters/level_zero/v2/api.cpp
@@ -568,7 +568,7 @@ ur_result_t urCommandBufferCommandGetInfoExp(
568
}
569
570
ur_result_t urKernelSuggestMaxCooperativeGroupCountExp(
571
- ur_kernel_handle_t hKernel, size_t localWorkSize,
+ ur_kernel_handle_t hKernel, uint32_t workDim, const size_t *pLocalWorkSize,
572
size_t dynamicSharedMemorySize, uint32_t *pGroupCountRet) {
573
logger::error("{} function not implemented!", __FUNCTION__);
574
return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
0 commit comments