| 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 {} |
| 57 | |
| 58 | DEFINE_NAME(Synchronize); |
nothing calls this directly
no outgoing calls
no test coverage detected