1
0
mirror of https://github.com/fumiama/gozel.git synced 2026-06-20 01:20:28 +08:00

chore: make lint happy

This commit is contained in:
源文雨
2026-03-28 13:26:23 +08:00
parent fad989fd06
commit 163549e271

View File

@@ -69,9 +69,9 @@ func (h CommandListHandle) AppendLaunchKernel(
return err 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( func (h CommandListHandle) AppendLaunchKernelWithArguments(
hKernel gozel.ZeKernelHandle, groupCounts *gozel.ZeGroupCount, hKernel KernelHandle, groupCounts *gozel.ZeGroupCount,
groupSizes *gozel.ZeGroupSize, pArguments *unsafe.Pointer, groupSizes *gozel.ZeGroupSize, pArguments *unsafe.Pointer,
) error { ) error {
_, err := gozel.ZeCommandListAppendLaunchKernelWithArguments( _, err := gozel.ZeCommandListAppendLaunchKernelWithArguments(