1
0
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:
源文雨
2026-03-28 13:24:57 +08:00
parent e25a6fa976
commit fad989fd06

View File

@@ -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(