Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
static inline cudnnHandle_t cudnn_handle(Handle* handle) {
22
return concrete_handle(handle)->cudnn_handle();
23
}
24
25
static inline cublasHandle_t cublas_handle(Handle* handle) {
26
return concrete_handle(handle)->cublas_handle();
Callers
15
TEST_F
Function · 0.85
get_heuristic_plan_from_opr
Method · 0.85
exec
Method · 0.85
get_algorithm_heuristic
Method · 0.85
exec
Method · 0.85
get_algorithm_heuristic
Method · 0.85
get_algorithm_heuristic
Method · 0.85
exec
Method · 0.85
get_algorithm_heuristic
Method · 0.85
cudnn_execute
Method · 0.85
cudnn_execute
Method · 0.85
set
Method · 0.85
Calls
2
cudnn_handle
Method · 0.80
concrete_handle
Function · 0.70
Tested by
1
TEST_F
Function · 0.68