| 135 | } |
| 136 | |
| 137 | void Engine::usmFree(void* ptr, Storage storage) |
| 138 | { |
| 139 | throw std::logic_error("USM is not supported by the device"); |
| 140 | } |
| 141 | |
| 142 | void Engine::usmCopy(void* dstPtr, const void* srcPtr, size_t byteSize) |
| 143 | { |
no outgoing calls
no test coverage detected