Access global thread pool #19957
Unanswered
pfeatherstone
asked this question in
API Q&A
Replies: 1 comment
-
It would also be cool to benchmark the thread pool. It looks like it's just a copy-paste of the one in the eigen library. Is that right? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to access ONNXRUNTIME's global thread pool ?
I am running multiple models in parallel using a custom thread pool as a tasking system and would like instead to reuse the one in ORT to minimise the use of extra threads.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions