-
Notifications
You must be signed in to change notification settings - Fork 528
Implement _fft_c2r core ATen op #10208
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10208
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 5 New Failures, 1 Cancelled Job, 52 Pending, 2 Unrelated FailuresAs of commit 1a3f991 with merge base 4401fab ( NEW FAILURES - The following jobs have failed:
CANCELLED JOB - The following job was cancelled. Please retry:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D73006888 |
This pull request was exported from Phabricator. Differential Revision: D73006888 |
4a6b78f
to
ddfcfcd
Compare
Summary: Pull Request resolved: pytorch#10208 Add ff2_c2r Differential Revision: D73006888
kernels/optimized/cpu/op_fft_c2r.cpp
Outdated
|
||
namespace torch::executor::native { | ||
|
||
// TODO: contents of this anonymous namespace are copy/pasted from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A lot of this looks copy/pasted from op_fft_r2c.cpp . Please don't do that; instead, create a header that both op_fft_r2c.cpp and this file can include.
This pull request was exported from Phabricator. Differential Revision: D73006888 |
Summary: Pull Request resolved: pytorch#10208 Add ff2_c2r Differential Revision: D73006888
ddfcfcd
to
f725f63
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems OK now
Summary: Pull Request resolved: pytorch#10208 Add ff2_c2r Reviewed By: swolchok Differential Revision: D73006888
This pull request was exported from Phabricator. Differential Revision: D73006888 |
f725f63
to
1a3f991
Compare
Differential Revision: D73006888 Pull Request resolved: pytorch#10208
Summary: Add ff2_c2r
Differential Revision: D73006888