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

Method zero_device_i32

dnn/src/rocm/handle.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 __half* one_device_h() { return &m_const_scalars->f16[1].hip_x; }
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

Callers 1

execMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected