| 125 | unsigned getActiveDeviceId() { return DeviceManager::ACTIVE_DEVICE_ID; } |
| 126 | |
| 127 | size_t getDeviceMemorySize(int device) { |
| 128 | UNUSED(device); |
| 129 | return common::getHostMemorySize(); |
| 130 | } |
| 131 | |
| 132 | size_t getHostMemorySize() { return common::getHostMemorySize(); } |
| 133 |
no test coverage detected