Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ AddWork
Method
AddWork
include/dali/core/exec/engine.h:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
*/
47
template <typename FunctionLike>
48
void AddWork(FunctionLike &&f, int64_t priority = 0) {
49
const int idx = 0; // use of 0 literal would successfully call f expecting a pointer
50
f(idx);
51
}
52
53
void RunAll() {}
54
Callers
nothing calls this directly
Calls
1
f
Function · 0.50
Tested by
no test coverage detected