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

Function miopen_handle

dnn/src/rocm/utils.h:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20static inline miopenHandle_t miopen_handle(Handle* handle) {
21 return concrete_handle(handle)->miopen_handle();
22}
23
24static inline bool enable_miopen_algo_search(Handle* handle) {
25 return concrete_handle(handle)->enable_miopen_algo_search();

Callers 1

execMethod · 0.85

Calls 2

miopen_handleMethod · 0.80
concrete_handleFunction · 0.70

Tested by

no test coverage detected