Skip to content

Conversation

@swolchok
Copy link
Contributor

@swolchok swolchok commented Feb 11, 2025

Stack from ghstack (oldest at bottom):

This should allow us to enable this op in OSS, because Vectorized handles any Sleef issues for us as needed. (I considered going straight to sharing the PyTorch core implementation, but we need parallel_for enabled for that and this improvement is easy enough to make.)

Differential Revision: D69473208

This should allow us to enable this op in OSS, because Vectorized handles any Sleef issues for us as needed. (I considered going straight to sharing the PyTorch core implementation, but we need parallel_for enabled for that and this improvement is easy enough to make.)

Differential Revision: [D69473208](https://our.internmc.facebook.com/intern/diff/D69473208/)

[ghstack-poisoned]
@pytorch-bot
Copy link

pytorch-bot bot commented Feb 11, 2025

🔗 Helpful Links

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

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

✅ You can merge normally! (1 Unrelated Failure)

As of commit 4005808 with merge base a70c6a3 (image):

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

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

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

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 11, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D69473208

swolchok pushed a commit that referenced this pull request Feb 11, 2025
This should allow us to enable this op in OSS, because Vectorized handles any Sleef issues for us as needed. (I considered going straight to sharing the PyTorch core implementation, but we need parallel_for enabled for that and this improvement is easy enough to make.)

Differential Revision: [D69473208](https://our.internmc.facebook.com/intern/diff/D69473208/)

ghstack-source-id: 265860324
Pull Request resolved: #8382
@swolchok swolchok added the release notes: ops & kernels Changes to the opset and any new / changed kernel implementations label Feb 11, 2025
This should allow us to enable this op in OSS, because Vectorized handles any Sleef issues for us as needed. (I considered going straight to sharing the PyTorch core implementation, but we need parallel_for enabled for that and this improvement is easy enough to make.)

Differential Revision: [D69473208](https://our.internmc.facebook.com/intern/diff/D69473208/)

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D69473208

@facebook-github-bot facebook-github-bot merged commit 8c5304f into gh/swolchok/248/base Feb 19, 2025
45 of 48 checks passed
@facebook-github-bot facebook-github-bot deleted the gh/swolchok/248/head branch February 19, 2025 02:17
kirklandsign pushed a commit that referenced this pull request Feb 19, 2025
Pull Request resolved: #8382

This should allow us to enable this op in OSS, because Vectorized handles any Sleef issues for us as needed. (I considered going straight to sharing the PyTorch core implementation, but we need parallel_for enabled for that and this improvement is easy enough to make.)

Differential Revision: [D69473208](https://our.internmc.facebook.com/intern/diff/D69473208/)
ghstack-source-id: 267044107

Co-authored-by: Github Executorch <[email protected]>
swolchok pushed a commit that referenced this pull request Feb 20, 2025
#8382 certainly didn't fix this problem (and added it on x86), but I don't think it was correct on ARM prior to that either.

Added a regression test.

Differential Revision: [D69928884](https://our.internmc.facebook.com/intern/diff/D69928884/)

[ghstack-poisoned]
swolchok pushed a commit that referenced this pull request Feb 20, 2025
#8382 certainly didn't fix this problem (and added it on x86), but I don't think it was correct on ARM prior to that either.

Added a regression test.

Differential Revision: [D69928884](https://our.internmc.facebook.com/intern/diff/D69928884/)

ghstack-source-id: 267433500
Pull Request resolved: #8595
swolchok pushed a commit that referenced this pull request Feb 20, 2025
…uous dim"

#8382 certainly didn't fix this problem (and added it on x86), but I don't think it was correct on ARM prior to that either.

Added a regression test.

Differential Revision: [D69928884](https://our.internmc.facebook.com/intern/diff/D69928884/)

[ghstack-poisoned]
swolchok pushed a commit that referenced this pull request Feb 20, 2025
#8382 certainly didn't fix this problem (and added it on x86), but I don't think it was correct on ARM prior to that either.

Added a regression test.

Differential Revision: [D69928884](https://our.internmc.facebook.com/intern/diff/D69928884/)

[ghstack-poisoned]
swolchok added a commit that referenced this pull request Feb 25, 2025
…uous dim"

#8382 certainly didn't fix this problem (and added it on x86), but I don't think it was correct on ARM prior to that either.

Added a regression test.

Differential Revision: [D69928884](https://our.internmc.facebook.com/intern/diff/D69928884/)

[ghstack-poisoned]
swolchok added a commit that referenced this pull request Feb 25, 2025
#8382 certainly didn't fix this problem (and added it on x86), but I don't think it was correct on ARM prior to that either.

Added a regression test.

Differential Revision: [D69928884](https://our.internmc.facebook.com/intern/diff/D69928884/)

[ghstack-poisoned]
swolchok added a commit that referenced this pull request Feb 25, 2025
Fix log_softmax along non-contiguous dim

Pull Request resolved: #8595

#8382 certainly didn't fix this problem (and added it on x86), but I don't think it was correct on ARM prior to that either.

Added a regression test.
ghstack-source-id: 268149462
@exported-using-ghexport

Differential Revision: [D69928884](https://our.internmc.facebook.com/intern/diff/D69928884/)

Co-authored-by: Scott Wolchok <[email protected]>
swolchok added a commit that referenced this pull request Feb 25, 2025
* Fix log_softmax along non-contiguous dim

Pull Request resolved: #8595

#8382 certainly didn't fix this problem (and added it on x86), but I don't think it was correct on ARM prior to that either.

Added a regression test.
ghstack-source-id: 268149462
@exported-using-ghexport

Differential Revision: [D69928884](https://our.internmc.facebook.com/intern/diff/D69928884/)

* Re-enable optimized gelu test in CMake

Pull Request resolved: #8597

I missed this line disabling the test. (Splitting out re-enable of log_softmax because I think that one needs fixes.)
ghstack-source-id: 268149463
@exported-using-ghexport

Differential Revision: [D69929122](https://our.internmc.facebook.com/intern/diff/D69929122/)

---------

Co-authored-by: Scott Wolchok <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported release notes: ops & kernels Changes to the opset and any new / changed kernel implementations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants