Returns the number of physical accelerators available to the runtime.
(self)
| 312 | f"No renderer for {self.device} is available", self.cached_renderer, t) |
| 313 | |
| 314 | def count(self) -> int: |
| 315 | """ |
| 316 | Returns the number of physical accelerators available to the runtime. |
| 317 | """ |
| 318 | return 1 |
| 319 | |
| 320 | def synchronize(self): |
| 321 | """ |
no outgoing calls