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

Method eval_gpu

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

Source from the content-addressed store, hash-verified

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 {}
57
58 DEFINE_NAME(Synchronize);
59};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected