| 174 | void Allocator::shutdown() { shutdownMemoryManager(); } |
| 175 | |
| 176 | int Allocator::getActiveDeviceId() { return oneapi::getActiveDeviceId(); } |
| 177 | |
| 178 | size_t Allocator::getMaxMemorySize(int id) { |
| 179 | return oneapi::getDeviceMemorySize(id); |
nothing calls this directly
no test coverage detected