-
Notifications
You must be signed in to change notification settings - Fork 606
aten.sin, aten.cos, aten.neg #3706
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/3706
Note: Links to docs will display an error until the docs builds have been completed. This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D57646317 |
Summary: Implement 3 unary ops: ``` - func: sin(Tensor self) -> Tensor - func: cos(Tensor self) -> Tensor - func: neg(Tensor self) -> Tensor ``` Relax atol and rtol to make it pass some tests. Need customized configuration of atol and rtol in the future Reviewed By: derekxu, jorgep31415 Differential Revision: D57646317
Summary: Implement 3 unary ops: ``` - func: sin(Tensor self) -> Tensor - func: cos(Tensor self) -> Tensor - func: neg(Tensor self) -> Tensor ``` Relax atol and rtol to make it pass some tests. Need customized configuration of atol and rtol in the future Reviewed By: derekxu, jorgep31415 Differential Revision: D57646317
Summary: Implement 3 unary ops: ``` - func: sin(Tensor self) -> Tensor - func: cos(Tensor self) -> Tensor - func: neg(Tensor self) -> Tensor ``` Relax atol and rtol to make it pass some tests. Need customized configuration of atol and rtol in the future Reviewed By: derekxu, jorgep31415 Differential Revision: D57646317
0876706
to
3dd061b
Compare
This pull request was exported from Phabricator. Differential Revision: D57646317 |
Summary: Implement 3 unary ops: ``` - func: sin(Tensor self) -> Tensor - func: cos(Tensor self) -> Tensor - func: neg(Tensor self) -> Tensor ``` Relax atol and rtol to make it pass some tests. Need customized configuration of atol and rtol in the future bypass-github-export-checks bypass-github-pytorch-ci-checks bypass-github-executorch-ci-checks Reviewed By: derekxu, jorgep31415 Differential Revision: D57646317
3dd061b
to
7e02832
Compare
Summary: Implement 3 unary ops: ``` - func: sin(Tensor self) -> Tensor - func: cos(Tensor self) -> Tensor - func: neg(Tensor self) -> Tensor ``` Relax atol and rtol to make it pass some tests. Need customized configuration of atol and rtol in the future bypass-github-export-checks bypass-github-pytorch-ci-checks bypass-github-executorch-ci-checks Reviewed By: derekxu, jorgep31415 Differential Revision: D57646317
This pull request was exported from Phabricator. Differential Revision: D57646317 |
7e02832
to
62645f5
Compare
This pull request was exported from Phabricator. Differential Revision: D57646317 |
Summary: Implement 3 unary ops: ``` - func: sin(Tensor self) -> Tensor - func: cos(Tensor self) -> Tensor - func: neg(Tensor self) -> Tensor ``` Relax atol and rtol to make it pass some tests. Need customized configuration of atol and rtol in the future bypass-github-export-checks bypass-github-pytorch-ci-checks bypass-github-executorch-ci-checks Reviewed By: derekxu, jorgep31415 Differential Revision: D57646317
This pull request has been merged in 2194486. |
Summary: Pull Request resolved: pytorch#3706 Implement 3 unary ops: ``` - func: sin(Tensor self) -> Tensor - func: cos(Tensor self) -> Tensor - func: neg(Tensor self) -> Tensor ``` Relax atol and rtol to make it pass some tests. Need customized configuration of atol and rtol in the future bypass-github-export-checks bypass-github-pytorch-ci-checks bypass-github-executorch-ci-checks Reviewed By: derekxu, jorgep31415 Differential Revision: D57646317 fbshipit-source-id: 3ca45439021684754f10177d62260053dabeb001
Summary:
Implement 3 unary ops:
Reviewed By: derekxu, jorgep31415
Differential Revision: D57646317