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

Function cublas_handle

dnn/src/cuda/utils.h:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25static inline cublasHandle_t cublas_handle(Handle* handle) {
26 return concrete_handle(handle)->cublas_handle();
27}
28
29static inline cudaStream_t cuda_stream(Handle* handle) {
30 return concrete_handle(handle)->stream();

Callers 10

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

cublas_handleMethod · 0.80
concrete_handleFunction · 0.70

Tested by

no test coverage detected