Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ one_device_i32
Method
one_device_i32
dnn/src/rocm/handle.h:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
#endif
54
dt_int32* zero_device_i32() { return &m_const_scalars->i32[0]; }
55
dt_int32* one_device_i32() { return &m_const_scalars->i32[1]; }
56
57
//! global matmul opr
58
MatrixMul* matmul_opr() override final {
Callers
1
exec
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected