-
Notifications
You must be signed in to change notification settings - Fork 788
[Matrix][tests]Add tests for element wise ops on float type #9679
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
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.
Most of the code is identical to element_wise_all_ops_bf16_impl.hpp.
I suggest changing element_wise_all_ops_bf16_impl.hpp to support float and matrix C by utilizing template parameters. so that we would have one element_wise_all_ops_impl.hpp supporting all necessary types and matrix A, B and C if needed.
Otherwise it is more and more difficult to maintain all these duplicated codes.
@steffenlarsen, can you please help merge? |
It is better to re-run the checks as they didn't start at all:
According to https://github.com/intel/llvm/blob/sycl/CONTRIBUTING.md#merge, please, ping @intel/llvm-gatekeepers team to merge the PR when it's approved by code owners. |
All failures are unrelated to this patch. |
No description provided.