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

#12867: Cleanup 9 Unary Backward ops #12920

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

VirdhatchaniKN
Copy link
Contributor

@VirdhatchaniKN VirdhatchaniKN commented Sep 20, 2024

Issue : #12867

Work Done :

  • Cleanup the following structs
    • ExecuteUnaryBackwardFloatWithDefault
    • ExecuteUnaryBackwardShape
    • ExecuteUnaryBackwardTanh
    • ExecuteUnaryBackwardFloatStringDefault
  • Update test file to check for default value cases
  • Update golden function for ops with default values

Test Files :

  • hardshrink_bw : tests/ttnn/unit_tests/operations/backward/test_backward_hardshrink.py - PASSED
  • softshrink_bw : tests/ttnn/unit_tests/operations/backward/test_backward_softshrink.py - PASSED
  • leaky_relu_bw : tests/ttnn/unit_tests/operations/backward/test_backward_leaky_relu.py - PASSED
  • elu_bw : tests/ttnn/unit_tests/operations/backward/test_backward_elu.py - PASSED
  • celu_bw : tests/ttnn/unit_tests/operations/backward/test_backward_celu.py - PASSED
  • logiteps_bw : tests/ttnn/unit_tests/operations/backward/test_backward_logiteps.py - PASSED
  • repeat_bw : tests/ttnn/unit_tests/operations/backward/test_backward_repeat.py - PASSED
  • rdiv_bw : tests/ttnn/unit_tests/operations/backward/test_backward_rdiv.py - PASSED
  • div_no_nan_bw : tests/ttnn/unit_tests/operations/backward/test_backward_div_no_nan.py - PASSED

CI : PASSED

@VirdhatchaniKN VirdhatchaniKN linked an issue Sep 20, 2024 that may be closed by this pull request
4 tasks
Base automatically changed from virdhatchani/3_clean to main September 20, 2024 08:08
Copy link
Contributor

@Aswinmcw Aswinmcw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

Cleanup 9 Unary backward ops
5 participants