-
Notifications
You must be signed in to change notification settings - Fork 9
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
fix dialect(::Operation) #48
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #48 +/- ##
========================================
+ Coverage 2.78% 3.07% +0.29%
========================================
Files 107 107
Lines 26060 26060
========================================
+ Hits 725 802 +77
+ Misses 25335 25258 -77 ☔ View full report in Codecov by Sentry. |
I am not sure about the Symbol return type for this function, maybe it should be String? |
I think either would be fine |
c07ae31
to
17c27c0
Compare
17c27c0
to
c615f40
Compare
|
||
@testset "operation introspection" begin | ||
IR.context!(IR.Context()) do | ||
IR.get_or_load_dialect!("linalg") |
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.
Should this have been arith
?
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.
unfortunately, mlirGetDialectHandle__arith__
does not exist so I had to load transitively with linalg.
No description provided.