From 163549e271c0317068c4331acce3aa059986e07b 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:26:23 +0800 Subject: [PATCH] chore: make lint happy --- ze/command.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ze/command.go b/ze/command.go index 3af0058..77d3f62 100644 --- a/ze/command.go +++ b/ze/command.go @@ -69,9 +69,9 @@ func (h CommandListHandle) AppendLaunchKernel( return err } -// AppendLaunchKernel appends a kernel launch command to the command list with args. +// AppendLaunchKernelWithArguments appends a kernel launch command to the command list with args. func (h CommandListHandle) AppendLaunchKernelWithArguments( - hKernel gozel.ZeKernelHandle, groupCounts *gozel.ZeGroupCount, + hKernel KernelHandle, groupCounts *gozel.ZeGroupCount, groupSizes *gozel.ZeGroupSize, pArguments *unsafe.Pointer, ) error { _, err := gozel.ZeCommandListAppendLaunchKernelWithArguments(