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

Method megdnn_memcpy_D2D

dnn/test/common/utils.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void test::megdnn_memcpy_D2D(
109 Handle* handle, void* dst, const void* src, size_t size_in_bytes) {
110 megdnn_memcpy_internal(
111 handle, dst, src, size_in_bytes, megcoreMemcpyDeviceToDevice);
112}
113
114TensorND DynOutMallocPolicyImpl::alloc_output(
115 size_t /*id*/, DType dtype, const TensorShape& shape, void* /*user_data*/) {

Callers

nothing calls this directly

Calls 1

megdnn_memcpy_internalFunction · 0.85

Tested by

no test coverage detected