Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ PushAiderTask
Method
PushAiderTask
driver/cpu/cpu_driver.hpp:190–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
}
189
190
bool PushAiderTask(std::vector<sub_op_task>& task_list, int cpu)
191
{
192
auto tr = aider_threads_[0];
193
194
tr->PushTask(task_list);
195
196
return true;
197
}
198
199
void PushMasterTask(std::vector<cpu_task>& task_list)
200
{
Callers
nothing calls this directly
Calls
1
PushTask
Method · 0.45
Tested by
no test coverage detected