-
Notifications
You must be signed in to change notification settings - Fork 5
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
pytest - MLIR binary ops #144
Conversation
@slyalin I took |
Can you also add the test from #139, but change |
Okay, I think I get it now. This It would be nice if I could somehow run validation on MLIR but maybe we can leave that for later. |
759d2fb
to
86d34c4
Compare
self.lhs_shape = lhs_shape | ||
self.rhs_type = rhs_type | ||
self.rhs_shape = rhs_shape | ||
# TODO: test with static shapes for XSMM acceleration |
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.
@mvafin, do we have a way to reshape a model in this infrastructure?
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.
I was thinking to just set dynamic_shapes=False
for that but right now I have no idea if I can validate what kind of MLIR we generate.
Existing tests provide already decent coverage, for the rest benchmarks are currently enough. |
No description provided.