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
The build mistakenly picks up the system BLAS (/usr/lib/libopenblas.so), fails the version -blas check with ans = OpenBLAS (config: unknown) instead of ans = OpenBLAS (config: OpenBLAS 0.3.23 DYNAMIC_ARCH NO_AFFINITY Zen MAX_THREADS=48)
Also some matrix operations are around 7-10 times slower, compared to other builds.
So yank build 0, and maybe also put a fresh BLAS into our system?
The text was updated successfully, but these errors were encountered:
#335 makes this issue obsolete, the new octave is build against openblas 0.3.30 (OpenBLAS 0.3.30 DYNAMIC_ARCH NO_AFFINITY 'FAMILY' MAX_THREADS=256). Also octave is one of the examples that do not compile with '-O2' per default, well - what explains the the observed slownes :)
The build mistakenly picks up the system BLAS (/usr/lib/libopenblas.so), fails the
version -blas
check withans = OpenBLAS (config: unknown)
instead ofans = OpenBLAS (config: OpenBLAS 0.3.23 DYNAMIC_ARCH NO_AFFINITY Zen MAX_THREADS=48)
Also some matrix operations are around 7-10 times slower, compared to other builds.
So yank build 0, and maybe also put a fresh BLAS into our system?
The text was updated successfully, but these errors were encountered: