MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / sync_from_device

Method sync_from_device

src/include/buffer.hpp:311–311  ·  view source on GitHub ↗

\brief sync from device

Source from the content-addressed store, hash-verified

309
310 /// \brief sync from device
311 void sync_from_device() { assert(bo_); bo_->sync(XCL_BO_SYNC_BO_FROM_DEVICE); }
312
313 /// \brief bo
314 /// \return the bo

Callers 1

safe_runMethod · 0.80

Calls 1

syncMethod · 0.45

Tested by

no test coverage detected