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

Function hip_stream

dnn/src/rocm/utils.h:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36static inline hipStream_t hip_stream(Handle* handle) {
37 return concrete_handle(handle)->stream();
38}
39
40static inline megcore::AsyncErrorInfo* async_error_info(Handle* handle) {
41 return concrete_handle(handle)->megcore_context().error_info;

Callers 15

get_error_infoMethod · 0.85
execMethod · 0.85
exec_internalMethod · 0.85
execMethod · 0.85
execMethod · 0.85
exec_internalMethod · 0.85
execMethod · 0.85
exec_internalMethod · 0.85
execMethod · 0.85
exec_internalMethod · 0.85
streamMethod · 0.85
execMethod · 0.85

Calls 2

concrete_handleFunction · 0.70
streamMethod · 0.45

Tested by 1

get_error_infoMethod · 0.68