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:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user