Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_run
Method · 0.80
Calls
1
sync
Method · 0.45
Tested by
no test coverage detected