-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[CPU] Fix avx2 bf16 reorder #25353
[CPU] Fix avx2 bf16 reorder #25353
Conversation
@luweizhou2016 , could you please review? |
@maxnick , My understanding is that for avx2 plaform: |
fp32->bf16 is not supported by |
Thx for clarifying. Approved. |
### Details: Fix forked oneDNN JIT reorder kernel for the case of bf16 precision and AVX2 ISA. OneDNN fork PR: openvinotoolkit/oneDNN#253 ### Tickets: - CVS-145874
Details:
Fix forked oneDNN JIT reorder kernel for the case of bf16 precision and AVX2 ISA.
OneDNN fork PR: openvinotoolkit/oneDNN#253
Tickets: