mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-28 15:59:27 +08:00
Remove completion handler from custom kernel
This commit is contained in:
parent
39dbd92df5
commit
fa56bf2feb
@ -374,7 +374,6 @@ void CustomKernel::eval_gpu(
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
encoder.add_kernel_node(kernel, grid, block, shared_memory_, args.args());
|
encoder.add_kernel_node(kernel, grid, block, shared_memory_, args.args());
|
||||||
encoder.add_completed_handler([args = std::move(args)]() {});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace mlx::core::fast
|
} // namespace mlx::core::fast
|
||||||
|
Loading…
Reference in New Issue
Block a user