You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We have to run 2 sessions, but not in parallel.
Does that mean we may also benefit from this PR?
System information
ONNX Runtime version (you are using): 1.4
Describe the solution you'd like
Expose the threadpool sharing to C#, so we can test
Describe alternatives you've considered
Use C++ code
Additional context
The design discussion does not explain the rationale, or exactly how it helps OCR. So we do not know if this also benefits us.
Is it possible to discuss this in open and explain the issue?
The text was updated successfully, but these errors were encountered:
If you don't intend to run the sessions in parallel, there's no strong reason to share the threadpool between sessions. The global threadpool feature addresses the case where you would be running multiple sessions in parallel in which case you don't want to create a separate threadpool for each session.
Is your feature request related to a problem? Please describe.
We have to run 2 sessions, but not in parallel.
Does that mean we may also benefit from this PR?
System information
Describe the solution you'd like
Expose the threadpool sharing to C#, so we can test
Describe alternatives you've considered
Use C++ code
Additional context
The design discussion does not explain the rationale, or exactly how it helps OCR. So we do not know if this also benefits us.
Is it possible to discuss this in open and explain the issue?
The text was updated successfully, but these errors were encountered: