Skip to content
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

Cleanup Unary Backward ops #12721

Closed
5 tasks done
VirdhatchaniKN opened this issue Sep 16, 2024 · 1 comment
Closed
5 tasks done

Cleanup Unary Backward ops #12721

VirdhatchaniKN opened this issue Sep 16, 2024 · 1 comment
Assignees

Comments

@VirdhatchaniKN
Copy link
Contributor

VirdhatchaniKN commented Sep 16, 2024

Task :

  • Remove ttnn/cpp/ttnn/operations/eltwise/unary_backward/device/unary_backward_op.hpp
  • Delete ttnn/cpp/ttnn/operations/eltwise/unary_backward/device
  • Move ttnn/cpp/ttnn/operations/eltwise/unary_backward/device/unary_backward_op.cpp to ttnn/cpp/ttnn/operations/eltwise/unary_backward/unary_backward.cpp

Status : In Progress
In #10543, All of the overloaded comparison ops has been removed . It was found that 5 comparison ops (except for LT_BW) is required. Support for those ops have to be included as two comparison ops are defined in the unary_backward_op.hpp file.So, Working on that.

Issues :

@VirdhatchaniKN VirdhatchaniKN self-assigned this Sep 16, 2024
@VirdhatchaniKN VirdhatchaniKN changed the title Cleanup 3 Unary Backward ops Cleanup 16 Unary Backward ops Sep 17, 2024
@VirdhatchaniKN VirdhatchaniKN changed the title Cleanup 16 Unary Backward ops Cleanup Unary Backward ops Sep 17, 2024
VirdhatchaniKN added a commit that referenced this issue Sep 27, 2024
VirdhatchaniKN added a commit that referenced this issue Sep 27, 2024
@VirdhatchaniKN
Copy link
Contributor Author

Merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant