-
Notifications
You must be signed in to change notification settings - Fork 5.7k
add matmulv2_transpose_reshape_pass ut #37416
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
add matmulv2_transpose_reshape_pass ut #37416
Conversation
Thanks for your contribution! |
Sorry to inform you that 52a4f02's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
… matmulv2_trans_reshape
… matmulv2_trans_reshape
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.
LGTM for set_tests_properties(test_mkldnn_matmul_v2_transpose_reshape_fuse_pass PROPERTIES TIMEOUT 100)
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.
LGTM for ut
PR types
Others
PR changes
Others
Describe
1、add matmulv2_transpose_reshape_pass ut
2、修复matmulv2当reshape的shape属性中含有0时报错问题
fix reshape error when shape attribute contains 0
3、此单测依赖 #37472 中对matmul的修改
this ut depends on the #37472