| 38 | } |
| 39 | |
| 40 | static inline megcore::AsyncErrorInfo* async_error_info(Handle* handle) { |
| 41 | return concrete_handle(handle)->megcore_context().error_info; |
| 42 | } |
| 43 | |
| 44 | static inline void callback_free( |
| 45 | hipStream_t /* stream */, hipError_t status, void* userData) { |
no test coverage detected