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

Method fini

src/core/impl/comp_node/atlas/comp_node.cpp:193–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void AtlasCompNodeImpl::fini() {
194 if (!m_initialized)
195 return;
196
197 m_sync_event.reset();
198 m_env.fini();
199 m_initialized = false;
200 m_device_info = nullptr;
201}
202
203void AtlasCompNodeImpl::peer_copy_to(
204 Impl* dest_impl, void* dest, const void* src, size_t size) {

Callers 1

~StaticDataMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected