| 416 | size_t getHostMemorySize() { return common::getHostMemorySize(); } |
| 417 | |
| 418 | int setDevice(int device) { |
| 419 | return DeviceManager::getInstance().setActiveDevice(device); |
| 420 | } |
| 421 | |
| 422 | size_t getL2CacheSize(const int device) { |
| 423 | return getDeviceProp(device).l2CacheSize; |
no test coverage detected