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

Function cudnn_handle

dnn/src/cuda/utils.h:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21static inline cudnnHandle_t cudnn_handle(Handle* handle) {
22 return concrete_handle(handle)->cudnn_handle();
23}
24
25static inline cublasHandle_t cublas_handle(Handle* handle) {
26 return concrete_handle(handle)->cublas_handle();

Callers 15

TEST_FFunction · 0.85
execMethod · 0.85
execMethod · 0.85
execMethod · 0.85
cudnn_executeMethod · 0.85
cudnn_executeMethod · 0.85
setMethod · 0.85

Calls 2

cudnn_handleMethod · 0.80
concrete_handleFunction · 0.70

Tested by 1

TEST_FFunction · 0.68