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

Function async_error_info

dnn/src/cuda/utils.h:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33static inline megcore::AsyncErrorInfo* async_error_info(Handle* handle) {
34 return concrete_handle(handle)->megcore_context().error_info;
35}
36
37static inline void CUDART_CB
38callback_free(cudaStream_t /* stream */, cudaError_t status, void* userData) {

Callers 4

execMethod · 0.50
execMethod · 0.50
do_execFunction · 0.50
execMethod · 0.50

Calls 1

concrete_handleFunction · 0.70

Tested by

no test coverage detected