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

Method memset

dnn/src/common/megcore/cpu/default_computing_context.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void DefaultComputingContext::memset(void* dst, int value, size_t size_in_bytes) {
46 ::memset(dst, value, size_in_bytes);
47}
48
49void DefaultComputingContext::synchronize() {
50 m_dispatcher->sync();

Callers 1

megcoreMemsetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected