Is Java library built with OpenMP? #10641
Answered
by
Craigacp
andreabrduque
asked this question in
Other Q&A
-
Im having memory issues using onnx Java, which I suspect is because of number of thread creations. So wondering if the SDK is built with OpenMP ? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
Craigacp
Feb 23, 2022
Replies: 1 comment 1 reply
-
I believe the Java bindings are no longer built with OpenMP since at least v1.8.0, and the OpenMP support has been removed from the master branch (#10032). Are you controlling the thread creation using the inter op and intra op parameters? Or constructing the environment with a single shared thread pool? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
andreabrduque
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe the Java bindings are no longer built with OpenMP since at least v1.8.0, and the OpenMP support has been removed from the master branch (#10032).
Are you controlling the thread creation using the inter op and intra op parameters? Or constructing the environment with a single shared thread pool?