-
Notifications
You must be signed in to change notification settings - Fork 13
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
How to revert the mutated IR into source code? #2
Comments
Hi, thanks for your interest. https://github.com/ise-uiuc/tzer/blob/main/src/tzer/context.py#L238 |
Thanks, I guess this is the code related to |
In theory you can just print the TIR and rematerialize it with TVM script. I cannot recall the details since it has been a while. I guess the worst case is to manually construct the Python code according to the printed text. Good luck! |
Hello, if I reproduce the error code, how can I find the root causes? It seems that you used GDB to find errors, do you use other tips and tools? Thanks |
Oftentimes we just compile TVM with debug mode and do |
Hi, I have read your OOPSLA paper and I find the work very interesting!
I would like to ask, after doing mutation on IR, how do you revert to the kind of source code in the bug report? I haven't looked at the code in this repo carefully, can you briefly describe the process or tell me where the code is located? Thanks in advance!
The text was updated successfully, but these errors were encountered: