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

Function cuda_stream

dnn/src/cuda/utils.h:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29static inline cudaStream_t cuda_stream(Handle* handle) {
30 return concrete_handle(handle)->stream();
31}
32
33static inline megcore::AsyncErrorInfo* async_error_info(Handle* handle) {
34 return concrete_handle(handle)->megcore_context().error_info;

Callers 15

get_error_infoMethod · 0.85
execMethod · 0.85
execMethod · 0.85
execMethod · 0.85
execMethod · 0.85
execMethod · 0.85
execMethod · 0.85
execMethod · 0.85
execMethod · 0.85
execMethod · 0.85
execMethod · 0.85
execMethod · 0.85

Calls 2

concrete_handleFunction · 0.70
streamMethod · 0.45

Tested by 1

get_error_infoMethod · 0.68