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

Move Unary backward ops #9874

Closed
23 tasks done
Tracked by #9322
VirdhatchaniKN opened this issue Jul 2, 2024 · 1 comment
Closed
23 tasks done
Tracked by #9322

Move Unary backward ops #9874

VirdhatchaniKN opened this issue Jul 2, 2024 · 1 comment

Comments

@VirdhatchaniKN
Copy link
Contributor

VirdhatchaniKN commented Jul 2, 2024

Migrating Unary backward ops to TTNN
Master issue : #9322

Structure

ttnn
└── cpp
    └── ttnn
        └── operations
            └── ...
            └── eltwise
                └── unary
                └── unary_backward
                    ├── device
                    │   ├── unary_backward_op.cpp
                    │   ├── unary_backward_op.hpp
                    ├── unary_backward.hpp
                    └── unary_backward_pybind.hpp

List of unary bw ops

Implementation PRs - #9949

Aswinmcw pushed a commit that referenced this issue Jul 4, 2024
Aswinmcw pushed a commit that referenced this issue Jul 4, 2024
Aswinmcw added a commit that referenced this issue Jul 5, 2024
Aswinmcw pushed a commit that referenced this issue Jul 6, 2024
Aswinmcw pushed a commit that referenced this issue Jul 6, 2024
Aswinmcw added a commit that referenced this issue Jul 6, 2024
Aswinmcw added a commit that referenced this issue Jul 6, 2024
Aswinmcw added a commit that referenced this issue Jul 6, 2024
Aswinmcw added a commit that referenced this issue Jul 8, 2024
Aswinmcw pushed a commit that referenced this issue Jul 8, 2024
Aswinmcw pushed a commit that referenced this issue Jul 8, 2024
Aswinmcw added a commit that referenced this issue Jul 8, 2024
Aswinmcw added a commit that referenced this issue Jul 8, 2024
VirdhatchaniKN added a commit that referenced this issue Jul 18, 2024
@VirdhatchaniKN
Copy link
Contributor Author

All migrations are completed - Hence closing this ticket

VirdhatchaniKN added a commit that referenced this issue Jul 18, 2024
VirdhatchaniKN added a commit that referenced this issue Jul 18, 2024
VirdhatchaniKN added a commit that referenced this issue Jul 18, 2024
VirdhatchaniKN added a commit that referenced this issue Jul 18, 2024
VirdhatchaniKN added a commit that referenced this issue Jul 18, 2024
VirdhatchaniKN added a commit that referenced this issue Jul 18, 2024
VirdhatchaniKN added a commit that referenced this issue Jul 18, 2024
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

2 participants