Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
static inline cublasHandle_t cublas_handle(Handle* handle) {
26
return concrete_handle(handle)->cublas_handle();
27
}
28
29
static inline cudaStream_t cuda_stream(Handle* handle) {
30
return concrete_handle(handle)->stream();
Callers
10
exec
Method · 0.85
exec
Method · 0.85
exec
Method · 0.85
exec
Method · 0.85
exec
Method · 0.85
exec
Method · 0.85
exec
Method · 0.85
exec
Method · 0.85
exec
Method · 0.85
exec
Method · 0.85
Calls
2
cublas_handle
Method · 0.80
concrete_handle
Function · 0.70
Tested by
no test coverage detected