From fad989fd0623828d551da49a4cbfb73183d8dd78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sat, 28 Mar 2026 13:24:57 +0800 Subject: [PATCH] feat(ze): add API lst.AppendLaunchKernelWithArguments --- ze/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ze/command.go b/ze/command.go index e0233da..3af0058 100644 --- a/ze/command.go +++ b/ze/command.go @@ -71,7 +71,7 @@ func (h CommandListHandle) AppendLaunchKernel( // AppendLaunchKernel appends a kernel launch command to the command list with args. func (h CommandListHandle) AppendLaunchKernelWithArguments( - hCommandList gozel.ZeCommandListHandle, hKernel gozel.ZeKernelHandle, groupCounts *gozel.ZeGroupCount, + hKernel gozel.ZeKernelHandle, groupCounts *gozel.ZeGroupCount, groupSizes *gozel.ZeGroupSize, pArguments *unsafe.Pointer, ) error { _, err := gozel.ZeCommandListAppendLaunchKernelWithArguments(