Remove completion handler from custom kernel

This commit is contained in:
Angelos Katharopoulos 2025-08-19 14:18:21 -07:00
parent 39dbd92df5
commit fa56bf2feb

View File

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