-
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
[Lang] Fix python AST print format issues in python/taichi/lang/transformer.py #3061
Conversation
✔️ Deploy Preview for jovial-fermat-aa59dc canceled. 🔨 Explore the source changes: f42dca2 🔍 Inspect the deploy log: https://app.netlify.com/sites/jovial-fermat-aa59dc/deploys/6156546438a3b100076b4779 |
1cc8138
to
8e3c8cb
Compare
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.
Thanks!
The CI https://github.com/taichi-dev/taichi/pull/3061/checks?check_run_id=3753886990 is canceled because of the timeout, what should I do to fix it? |
That's a known problem... Just push something to retrigger it (I've already retriggered this time) |
Gotcha, thanks for the information. |
8e3c8cb
to
3cc0cf3
Compare
The Windows CI is flaky. I will retry again. |
2892dcb
to
edb028d
Compare
Finally, all tests are passed. |
Test case:
There are formatting inconsistencies between
print_ir
andprint_preprocess
. The output before the PR looks like:This PR is to make it consistent (with) logic here https://github.com/taichi-dev/taichi/blob/master/taichi/transforms/compile_to_offloads.cpp#L17: