mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Add Primitive::name and remove Primitive::print (#2365)
This commit is contained in:
@@ -33,7 +33,7 @@ class Synchronizer : public Primitive {
|
||||
void eval_cpu(const std::vector<array>&, std::vector<array>&) override {}
|
||||
void eval_gpu(const std::vector<array>&, std::vector<array>&) override {}
|
||||
|
||||
DEFINE_PRINT(Synchronize);
|
||||
DEFINE_NAME(Synchronize);
|
||||
};
|
||||
|
||||
// Initialize the static tracing members from transforms_impl.h
|
||||
|
||||
Reference in New Issue
Block a user