mirror of
https://github.com/fumiama/gozel.git
synced 2026-06-05 00:10:24 +08:00
feat(ze): add API lst.AppendLaunchKernelWithArguments
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user