(self)
| 127 | super().__init__(device, CLAllocator(self), [renderer], functools.partial(CLProgram, self), arch=arch) |
| 128 | |
| 129 | def count(self) -> int: return len(unwrap(self.device_ids)) |
| 130 | |
| 131 | def synchronize(self): |
| 132 | check(cl.clFinish(self.queue)) |
no test coverage detected