Skip to content

Commit f99adf1

Browse files
committed
Update query API in L0 V2 adapter
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
1 parent c833201 commit f99adf1

File tree

1 file changed

+1
-1
lines changed
  • source/adapters/level_zero/v2

1 file changed

+1
-1
lines changed

source/adapters/level_zero/v2/api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ ur_result_t urCommandBufferCommandGetInfoExp(
568568
}
569569

570570
ur_result_t urKernelSuggestMaxCooperativeGroupCountExp(
571-
ur_kernel_handle_t hKernel, size_t localWorkSize,
571+
ur_kernel_handle_t hKernel, uint32_t workDim, const size_t *pLocalWorkSize,
572572
size_t dynamicSharedMemorySize, uint32_t *pGroupCountRet) {
573573
logger::error("{} function not implemented!", __FUNCTION__);
574574
return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;

0 commit comments

Comments
 (0)