-
Notifications
You must be signed in to change notification settings - Fork 73
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
Comments
VirdhatchaniKN
changed the title
Cleanup 3 Unary Backward ops
Cleanup 16 Unary Backward ops
Sep 17, 2024
VirdhatchaniKN
changed the title
Cleanup 16 Unary Backward ops
Cleanup Unary Backward ops
Sep 17, 2024
This was referenced Sep 19, 2024
4 tasks
4 tasks
VirdhatchaniKN
added a commit
that referenced
this issue
Sep 27, 2024
VirdhatchaniKN
added a commit
that referenced
this issue
Sep 27, 2024
VirdhatchaniKN
added a commit
that referenced
this issue
Sep 27, 2024
VirdhatchaniKN
added a commit
that referenced
this issue
Sep 27, 2024
VirdhatchaniKN
added a commit
that referenced
this issue
Sep 27, 2024
VirdhatchaniKN
added a commit
that referenced
this issue
Sep 27, 2024
VirdhatchaniKN
added a commit
that referenced
this issue
Sep 27, 2024
VirdhatchaniKN
added a commit
that referenced
this issue
Sep 27, 2024
VirdhatchaniKN
added a commit
that referenced
this issue
Sep 27, 2024
VirdhatchaniKN
added a commit
that referenced
this issue
Sep 27, 2024
VirdhatchaniKN
added a commit
that referenced
this issue
Sep 28, 2024
VirdhatchaniKN
added a commit
that referenced
this issue
Sep 28, 2024
Merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Task :
ttnn/cpp/ttnn/operations/eltwise/unary_backward/device/unary_backward_op.hpp
ttnn/cpp/ttnn/operations/eltwise/unary_backward/device
ttnn/cpp/ttnn/operations/eltwise/unary_backward/device/unary_backward_op.cpp
tottnn/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 theunary_backward_op.hpp
file.So, Working on that.Issues :
unary_backward_op.hpp
#13246The text was updated successfully, but these errors were encountered: