Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dgemm_batch_ do not support multi-threads on AVX512? #724

Open
HWWH123 opened this issue Feb 12, 2023 · 0 comments
Open

dgemm_batch_ do not support multi-threads on AVX512? #724

HWWH123 opened this issue Feb 12, 2023 · 0 comments

Comments

@HWWH123
Copy link

HWWH123 commented Feb 12, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant