oneDNN icon indicating copy to clipboard operation
oneDNN copied to clipboard

support (src_f32,wei_fp16,dst_f32) in ip

Open usstq opened this issue 1 year ago • 0 comments

Description

Add support for (src_f32, weight_f16, dst_f32) in inner product

Fixes CVS-133453

Checklist

General

  • [ ] Do all unit and benchdnn tests (make test and make test_benchdnn_*) pass locally for each commit?
  • [ ] Have you formatted the code using clang-format?

Performance improvements

  • [ ] Have you submitted performance data that demonstrates performance improvements?

New features

  • [ ] Have you published an RFC for the new feature?
  • [ ] Was the RFC approved?
  • [ ] Have you added relevant tests?

Bug fixes

  • [ ] Have you included information on how to reproduce the issue (either in a github issue or in this PR)?
  • [ ] Have you added relevant regression tests?

RFC PR

  • [ ] Does RFC document follow the template?
  • [ ] Have you added a link to the rendered document?

usstq avatar Apr 23 '24 07:04 usstq