Skip to content

Conversation

@ezyang
Copy link
Contributor

@ezyang ezyang commented Dec 11, 2024

[ghstack-poisoned]
@pytorch-bot
Copy link

pytorch-bot bot commented Dec 11, 2024

🔗 Helpful Links

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

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

❌ 1 New Failure, 1 Unrelated Failure

As of commit 174abfc with merge base dd2d0c6 (image):

NEW FAILURE - The following job has failed:

UNSTABLE - The following job failed but was 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.

@pytorch-bot pytorch-bot bot added ciflow/inductor module: cpu CPU specific problem (e.g., perf, algorithm) module: dynamo release notes: fx release notes category labels Dec 11, 2024
@ezyang ezyang requested a review from williamwen42 December 11, 2024 04:11
@ezyang
Copy link
Contributor Author

ezyang commented Dec 11, 2024

@williamwen42 I am interested in figuring out if we can avoid landing this directly and instead try to just config gate bitwise and/or

@ezyang
Copy link
Contributor Author

ezyang commented Dec 11, 2024

@ezyang has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Dec 11, 2024
[ghstack-poisoned]
ezyang added a commit that referenced this pull request Dec 11, 2024
… "[dynamo] add SymNode bitwise and/or (#138777)"

This reverts commit 6fa4356.

This reverts commit ee7eaad.

ghstack-source-id: 7713b8f
Pull Request resolved: #142842
@ezyang
Copy link
Contributor Author

ezyang commented Dec 11, 2024

@ezyang has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

"OpaqueUnaryFn_atan": math.atan,
"OpaqueUnaryFn_sqrt": math.sqrt,
"BitwiseFn_bitwise_and": operator.and_,
"BitwiseFn_bitwise_or": operator.or_,
Copy link
Member

Choose a reason for hiding this comment

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

Do we need to add these back in, since #140597 removed them? Also, BitwiseFn_bitwise_and/or are no longer defined.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No we don't

@ezyang ezyang closed this Dec 11, 2024
@github-actions github-actions bot deleted the gh/ezyang/3046/head branch January 11, 2025 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/inductor ciflow/trunk Trigger trunk jobs on your pull request fx module: cpu CPU specific problem (e.g., perf, algorithm) module: dynamo release notes: fx release notes category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants