MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / async_error_info

Function async_error_info

dnn/src/rocm/utils.h:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

execMethod · 0.50
execMethod · 0.50

Calls 1

concrete_handleFunction · 0.70

Tested by

no test coverage detected