-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[GPU] gemm data type align #2874
base: main
Are you sure you want to change the base?
Conversation
make test |
make test Lightweight_scans |
make test |
2d152a6
to
893b1df
Compare
make test |
893b1df
to
4769aa1
Compare
make test |
1 similar comment
make test |
254f265
to
6f61324
Compare
f0aed5e
to
28883c4
Compare
28883c4
to
f17a098
Compare
addresses failures in MFDNN-13096.
Fixup some strategies with incorrect alignment by running reinfo.
Also, in the case where strategy with larger data types is selected (for example SSS kernel for f32:s8:f16 case), keep alignment requirements according to the smaller data type.