-
Notifications
You must be signed in to change notification settings - Fork 17
Introduce benchgc: a benchmark tool for correctness check #161
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
3ffdb7d
to
c398434
Compare
c3e4e4d
to
25f9d5e
Compare
@leshikus @Menooker @xurui1995 @ZhennanQin @kurapov-peter You can check the correctness result here: Some of the OPs are not working and I raised a related issue #257 |
c7e1e78
to
bb130aa
Compare
ff2821d
to
c3b54ef
Compare
c3b54ef
to
0a1edfc
Compare
0a1edfc
to
4167c5a
Compare
|
||
def get_constant_op( | ||
self, ctx: gc_mlir.ir.Context, cst: Any | ||
) -> gc_mlir.dialects.tensor.OpView: |
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.
can we use ir.OpView
?
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.
@xurui1995
What's the difference between them?
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.
they are the same, OpView
is from the ir
then tensor.py
imported it
279094c
to
4772f9a
Compare
The llvm revision is updated to include the needed fix from upstream. Please rebase and check the CI result. |
4772f9a
to
b93e253
Compare
b93e253
to
2cccd04
Compare
Resolve #58
The single op test is demostrated at here
The Doc PR is #179