Threaded Regular Executor #13
dmatveev
started this conversation in
Architecture
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Original PR: opencv/opencv#24845
What we have now
GCompiled
GCompileArg
What we need
GCompiled
sHow it can be tuned dynamically?
N
N
threads by defaultstd::max(hardware_concurrency(), pool.N + new_graph.N)
Known graph execution challenges
.apply()
/operator()
was called from) as a compute thread (reduce overhead)Beta Was this translation helpful? Give feedback.
All reactions