| 21 | }; |
| 22 | |
| 23 | virtual uint64_t maxObjectThreadgroups() final { |
| 24 | return max_object_threadgroups_; |
| 25 | }; |
| 26 | |
| 27 | DeviceImpl(const DEVICE_DESC &desc) : device_(desc.device), cmd_queue_(device_) { |
| 28 | uint64_t macos_major_version = 0, macos_minor_version = 0; |
no outgoing calls
no test coverage detected