-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[ir] Fix ir_printer now that print() supports end #1350
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1350 +/- ##
==========================================
+ Coverage 66.51% 66.55% +0.03%
==========================================
Files 37 37
Lines 5188 5188
Branches 932 932
==========================================
+ Hits 3451 3453 +2
+ Misses 1575 1574 -1
+ Partials 162 161 -1
Continue to review full report at Codecov.
|
Co-authored-by: 彭于斌 <[email protected]>
Now the IR looks like this:
|
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 now.
Now IR looks normal:
Off-topic change: I switched Metal's print from
std::cout
topy_cout
.Related issue = #1329 (comment)
[Click here for the format server]