-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[TIR][Logger]Buffer logger assert removed #6147
Conversation
I've noticed this problem at the same time. My advice is to print the buffer information in the header, and use there unique name to reference them in the body of IR. |
Thanks @spectrometerHBH ! |
525bc44
to
3baf514
Compare
@tqchen , @spectrometerHBH : In case there is no further comment. May be we can merge this one. TIA! |
LGTM |
Thanks @ANSHUMAN87 @spectrometerHBH |
This PR addressed below issue:
When i try to log stmt input in
InjectPrefetch Pass
usingAsText(stmt)
, i get below errorcc @tqchen , @spectrometerHBH , @junrushao1994