MCPcopy Create free account
hub / github.com/ml-explore/mlx / Synchronizer

Method Synchronizer

mlx/transforms.cpp:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51class Synchronizer : public Primitive {
52 public:
53 explicit Synchronizer(Stream stream) : Primitive(stream) {}
54
55 void eval_cpu(const std::vector<array>&, std::vector<array>&) override {}
56 void eval_gpu(const std::vector<array>&, std::vector<array>&) override {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected