-
Notifications
You must be signed in to change notification settings - Fork 1.1k
GEMM: support 2d grouped scales #4478
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
Conversation
4cd1dcc to
e124c19
Compare
|
make test |
e124c19 to
f406547
Compare
|
make test |
960a50e to
a165b12
Compare
|
make test |
a165b12 to
cf96d81
Compare
| 2x2048x256:2x256x128_n"NCF:1*1" | ||
| 2x2048x128:1x128x128_n"NCF:2*1" | ||
| 2x896x1024:2x1024x4096_n"RNN-T:Encoder_cell1_Hidden*11" | ||
| 2x896x320:1x320x1280_n"RNN-T:Prediction_Input*12" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
320 doesn't divide by 128 to the best of my knowledge. Does benchdnn skip as invalid or as unimplemented?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it skips as invalid, will drop the case just to reduce noise.
cf96d81 to
105cbc3
Compare
Description
Enable scales with non-trivial M/N group dim in existing scales use cases. Fix for improper bf16 special path usage.
Fixes # MFDNN-14021
Checklist
General
make testandmake test_benchdnn_*) pass locally for each commit?