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

#10071 : Move second set of Unary Backward ops to TTNN #10038

Merged
merged 11 commits into from
Jul 11, 2024

Conversation

VirdhatchaniKN
Copy link
Contributor

@VirdhatchaniKN VirdhatchaniKN commented Jul 9, 2024

Issue : #10071 [ Unary Backward Tracking Issue : #9874 , Master issue : #9322 ]

Work Done :

  • Migrated 7 unary backward ops to TTNN
  • Moved test files to TTNN at tests/ttnn/unit_tests/operations/backward/test_backward_*.py

List of ops completed

  • floor_bw
  • round_bw
  • log_bw
  • relu6_bw
  • abs_bw
  • silu_bw
  • selu_bw

Test files

  • floor_bw : tests/tt_eager/python_api_testing/unit_testing/backward_ops/test_backward_floor.py
  • round_bw : tests/tt_eager/python_api_testing/unit_testing/backward_ops/test_backward_round.py
  • log_bw : tests/tt_eager/python_api_testing/unit_testing/backward_ops/test_backward_log.py
  • relu6_bw : tests/tt_eager/python_api_testing/unit_testing/backward_ops/test_backward_relu6.py
  • abs_bw: tests/tt_eager/python_api_testing/unit_testing/backward_ops/test_backward_abs.py
  • silu_bw: tests/tt_eager/python_api_testing/unit_testing/backward_ops/test_backward_silu.py
  • selu_bw: tests/tt_eager/python_api_testing/unit_testing/backward_ops/test_backward_selu.py

CI :

@mouliraj-mcw mouliraj-mcw force-pushed the mcw/set2_unary_bw_migration branch 2 times, most recently from 5d2808e to 40c5a1f Compare July 9, 2024 11:46
@Aswinmcw Aswinmcw force-pushed the mcw/unary_bw_migration branch from c025307 to d465994 Compare July 9, 2024 12:12
@VirdhatchaniKN VirdhatchaniKN mentioned this pull request Jul 10, 2024
23 tasks
@Aswinmcw Aswinmcw force-pushed the mcw/unary_bw_migration branch 2 times, most recently from 306c5db to 8353050 Compare July 10, 2024 04:20
Base automatically changed from mcw/unary_bw_migration to main July 10, 2024 05:08
@mouliraj-mcw mouliraj-mcw force-pushed the mcw/set2_unary_bw_migration branch from 6f80014 to 9d1a7ec Compare July 10, 2024 07:47
@mouliraj-mcw mouliraj-mcw linked an issue Jul 10, 2024 that may be closed by this pull request
7 tasks
@mouliraj-mcw mouliraj-mcw force-pushed the mcw/set2_unary_bw_migration branch from f53d56d to 5e60015 Compare July 10, 2024 11:31
@VirdhatchaniKN VirdhatchaniKN changed the title #9874: Move second set of Unary Backward ops to TTNN #10071 : Move second set of Unary Backward ops to TTNN Jul 10, 2024
@mouliraj-mcw mouliraj-mcw force-pushed the mcw/set2_unary_bw_migration branch from 395bdd8 to 75d99cb Compare July 11, 2024 16:41
@mouliraj-mcw mouliraj-mcw merged commit ad1fd9f into main Jul 11, 2024
132 checks passed
@mouliraj-mcw mouliraj-mcw deleted the mcw/set2_unary_bw_migration branch July 11, 2024 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate 7 Unary BW ops to TTNN
5 participants