Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ cnrt_queue
Function
cnrt_queue
dnn/src/cambricon/utils.h:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
static inline cnrtQueue_t cnrt_queue(Handle* handle) {
26
return concrete_handle(handle)->queue();
27
}
28
29
inline BangHandle concrete_banghandle(Handle* handle) {
30
BangHandle bang_handle(
Callers
5
exec
Method · 0.85
exec
Method · 0.85
try_copy_contig
Function · 0.85
copy_general_interior
Function · 0.85
exec
Method · 0.85
Calls
2
concrete_handle
Function · 0.70
queue
Method · 0.45
Tested by
no test coverage detected