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
I installed CLP with coinbrew, and try to solve LP problem with DualSimplex.
Referring to source codes, some of them (ex. ClpSimplexDual.cpp) have AVX implementation, but they appear to be disabled by default.
How can I enable them?
Environment
OS : Ubuntu 22.04.5 LTS
CPU: Intel(R) Xeon(R) Gold 6338T
Also, are there any plans to support SIMD instructions for Arm architecture? (I think it is not supported currently.)
Thank you.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I installed CLP with coinbrew, and try to solve LP problem with DualSimplex.
Referring to source codes, some of them (ex. ClpSimplexDual.cpp) have AVX implementation, but they appear to be disabled by default.
How can I enable them?
Also, are there any plans to support SIMD instructions for Arm architecture? (I think it is not supported currently.)
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions