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