KEMBAR78
[MPS] Fixes SiLU on non-contiguous tensors by niw · Pull Request #139006 · pytorch/pytorch · GitHub
Skip to content

Conversation

@niw
Copy link
Contributor

@niw niw commented Oct 27, 2024

Similar to #123049, however, SiLU also produces random values, 0.0, or NaN as results if input tensor is not contiguous on prior to macOS 15.0.
Orignally the problem was found at jy0205/Pyramid-Flow#113.

Similar to pytorch#123049, however, `SiLU` also produces random values, `0.0`, or
`NaN` as results if input tensor is not contiguous on prior to macOS 15.0.
@niw niw requested review from kulinseth and malfet as code owners October 27, 2024 09:20
@pytorch-bot
Copy link

pytorch-bot bot commented Oct 27, 2024

🔗 Helpful Links

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

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

❌ 1 New Failure, 1 Unrelated Failure

As of commit 069000b with merge base 4681539 (image):

NEW FAILURE - The following job has failed:

FLAKY - The following job failed but was likely due to flakiness present on trunk:

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

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Oct 27, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

@pytorch-bot pytorch-bot bot added the release notes: mps Release notes category label Oct 27, 2024
@Skylion007 Skylion007 added the ciflow/mps Run MPS tests (subset of trunk) label Oct 27, 2024
@ezyang ezyang added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Oct 29, 2024
@niw
Copy link
Contributor Author

niw commented Oct 30, 2024

Hmm, CI failures seem unrelated...?

@malfet
Copy link
Contributor

malfet commented Oct 30, 2024

@pytorchbot merge -f "MPS + lint 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

rahulsingh-intel pushed a commit to rahulsingh-intel/pytorch that referenced this pull request Nov 5, 2024
Similar to pytorch#123049, however, `SiLU` also produces random values, `0.0`, or `NaN` as results if input tensor is not contiguous on prior to macOS 15.0.
Orignally the problem was found at jy0205/Pyramid-Flow#113.
Pull Request resolved: pytorch#139006
Approved by: https://github.com/malfet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/mps Run MPS tests (subset of trunk) Merged open source release notes: mps Release notes category triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants