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

Function get_rocblas_handle

dnn/src/rocm/utils.h:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32static inline rocblas_handle get_rocblas_handle(Handle* handle) {
33 return concrete_handle(handle)->get_rocblas_handle();
34}
35
36static inline hipStream_t hip_stream(Handle* handle) {
37 return concrete_handle(handle)->stream();

Callers

nothing calls this directly

Calls 2

get_rocblas_handleMethod · 0.80
concrete_handleFunction · 0.70

Tested by

no test coverage detected