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 use follow instructions to build BLIS ./configure -t openmp auto
make -j
And compare the result between export BLIS_NUM_THREADS=16 and export BLIS_NUM_THREADS=1.
The test results did not show any performance improvement. Is my construction method wrong or BLIS does not support multi-threading of the batch interface on AVX512?
The text was updated successfully, but these errors were encountered:
I use follow instructions to build BLIS
./configure -t openmp auto
make -j
And compare the result between export BLIS_NUM_THREADS=16 and export BLIS_NUM_THREADS=1.
The test results did not show any performance improvement. Is my construction method wrong or BLIS does not support multi-threading of the batch interface on AVX512?
The text was updated successfully, but these errors were encountered: