Skip to content
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

Remove branch from ReferenceAnalysis mod implementation #126170

Closed
wants to merge 1 commit into from

Conversation

ezyang
Copy link
Contributor

@ezyang ezyang commented May 14, 2024

Stack from ghstack (oldest at bottom):

This is still slightly wrong for floats, but it covers the most common
case. A proper fix involves refactoring all of the modulus machinery to
distinguish between Python modulus and C modulus, and a way of
preferentially converting things into C modulus as much as possible.

Bandaids over #125376

Signed-off-by: Edward Z. Yang [email protected]

cc @jgong5 @mingfeima @XiaobingSuper @sanchitintel @ashokei @jingxu10 @voznesenskym @penguinwu @EikanWang @Guobing-Chen @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang

[ghstack-poisoned]
Copy link

pytorch-bot bot commented May 14, 2024

🔗 Helpful Links

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

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

❌ 22 New Failures

As of commit 8b7d907 with merge base 96a5698 (image):

NEW FAILURES - The following jobs have failed:

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

@pytorch-bot pytorch-bot bot added module: cpu CPU specific problem (e.g., perf, algorithm) module: dynamo ci-td-distributed labels May 14, 2024
ezyang added a commit that referenced this pull request May 14, 2024
This is still slightly wrong for floats, but it covers the most common
case.  A proper fix involves refactoring all of the modulus machinery to
distinguish between Python modulus and C modulus, and a way of
preferentially converting things into C modulus as much as possible.

Signed-off-by: Edward Z. Yang <[email protected]>

ghstack-source-id: da4baf40ad087b7191f110c02e520c0c64c71950
Pull Request resolved: #126170
@ezyang ezyang requested review from lezcano and removed request for miladm, albanD, SherlockNoMad, bdhirsh and antoniojkim May 14, 2024 14:30
@ezyang ezyang added release notes: composability release notes category topic: bug fixes topic category bug labels May 14, 2024
@ezyang
Copy link
Contributor Author

ezyang commented May 14, 2024

@pytorchbot merge

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label May 14, 2024
@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

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

@pytorchmergebot
Copy link
Collaborator

Merge failed

Reason: 2 mandatory check(s) failed. The first few are:

Dig deeper by viewing the failures on hud

Details for Dev Infra team Raised by workflow job

Failing merge rule: Core Maintainers

@ezyang
Copy link
Contributor Author

ezyang commented May 14, 2024

MEHHHH maybe I will just fix this properly

@ezyang ezyang closed this May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ci-td-distributed ciflow/trunk Trigger trunk jobs on your pull request module: cpu CPU specific problem (e.g., perf, algorithm) module: dynamo release notes: composability release notes category topic: bug fixes topic category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants