-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Can't use AVX-512 on X86-64 with openblas 0.3.6 version? #2182
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
Comments
DGEMM was disabled, what about the SGEMM ? |
Indeed most of the AVX512 DGEMM optimizations had to be disabled in 0.3.6, and 0.3.7.dev disables the remaining ones that were originally thought to be safe. Unfortunately the person who contributed this code has not been active here since march, and I have been unable to track down the problem in his code. There are no known problems with the AVX512 SGEMM kernel. |
what about 0.3.5 or earlier release? Does it enable the avx512? |
Fixed now by wjc404's new AVX512 DGEMM kernel from #2286 |
I found that in the latest version 0.3.6, the AVX512 DGEMM kernel has been disabled again due to unsolved problems.
It means that we can't use the avx512?
what about the 0.3.7-dev ?
The text was updated successfully, but these errors were encountered: