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

Function concrete_handle

dnn/src/rocm/utils.h:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace rocm {
15
16static inline HandleImpl* concrete_handle(Handle* handle) {
17 return static_cast<rocm::HandleImpl*>(handle);
18}
19
20static inline miopenHandle_t miopen_handle(Handle* handle) {
21 return concrete_handle(handle)->miopen_handle();

Callers 14

miopen_handleFunction · 0.70
get_rocblas_handleFunction · 0.70
hip_streamFunction · 0.70
async_error_infoFunction · 0.70
execMethod · 0.50
SizeArgsMethod · 0.50
SizeArgsMethod · 0.50
SizeArgsMethod · 0.50
execMethod · 0.50
SizeArgsMethod · 0.50
dispatch_with_ctypeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected