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

Method copy_general

dnn/src/rocm/relayout/opr_impl.cpp:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void RelayoutForwardImpl::Param::copy_general() {
117 copy_noncontig_general(m_dst, m_src, m_opr->stream());
118}
119
120void RelayoutForwardImpl::exec(
121 _megdnn_tensor_in src, _megdnn_tensor_out dst, Handle* src_handle) {

Callers 1

execMethod · 0.45

Calls 1

streamMethod · 0.45

Tested by

no test coverage detected