| 85 | } |
| 86 | |
| 87 | bool isHalfSupported(int device) { |
| 88 | UNUSED(device); |
| 89 | return DeviceManager::IS_HALF_SUPPORTED; |
| 90 | } |
| 91 | |
| 92 | void devprop(char* d_name, char* d_platform, char* d_toolkit, char* d_compute) { |
| 93 | const CPUInfo cinfo = DeviceManager::getInstance().getCPUInfo(); |
no outgoing calls
no test coverage detected