Skip to content

Conversation

@malfet
Copy link
Contributor

@malfet malfet commented Dec 10, 2024

Stack from ghstack (oldest at bottom):

Where int64_t is long long rather than long

This fixes test regression introduced by #140597 that went undetected due to #142206

cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @ColinPeppler @amjames @desertfire @chauhang @aakhundov

[ghstack-poisoned]
@pytorch-bot
Copy link

pytorch-bot bot commented Dec 10, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/142440

Note: Links to docs will display an error until the docs builds have been completed.

✅ You can merge normally! (3 Unrelated Failures)

As of commit 158c526 with merge base ec746f7 (image):

BROKEN TRUNK - The following job failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

UNSTABLE - The following jobs failed but were likely due to flakiness present on trunk and has been marked as unstable:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

expr = Mod(x - 1, 2)
self.assertExpectedInline(pexpr(expr), """((-1) + x) % 2""")
self.assertExpectedInline(cexpr(expr), """((-1L) + x) % 2L""")
self.assertExpectedInline(cexpr(expr), f"""((-1{LONG_SUFFIX}) + x) % 2{LONG_SUFFIX}""")
Copy link
Contributor

@kit1980 kit1980 Dec 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I run test locally and it passed with LL (which makes sense)

@malfet malfet added the ciflow/trunk Trigger trunk jobs on your pull request label Dec 10, 2024
[ghstack-poisoned]
@malfet
Copy link
Contributor Author

malfet commented Dec 10, 2024

@pytorchbot merge -f "Local lint + tests(and CI ones as well) are green"

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use -f as last resort and instead consider -i/--ignore-current to continue the merge ignoring current failures. This will allow currently pending tests to finish and report signal before the merge.

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

Esquains pushed a commit to Esquains/study1 that referenced this pull request Dec 15, 2024
Where int64_t is long long rather than long

This fixes test regression introduced by pytorch/pytorch#140597 that went undetected due to pytorch/pytorch#142206

ghstack-source-id: e7e260c
Pull Request resolved: pytorch/pytorch#142440
@github-actions github-actions bot deleted the gh/malfet/81/head branch January 11, 2025 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants