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

#9490: Replace tt_dnn op's usage in C++ with TTNN #9807

Closed
wants to merge 1 commit into from

Conversation

bharane-ab
Copy link
Contributor

@bharane-ab bharane-ab commented Jun 28, 2024

Ticket

Link to git hub issue #9490

Problem description

Replace tt_dnn op's usage in C++ with TTNN for unary op migration for following ops:

  • ltz
  • neg
  • nez
  • recip
  • relu
  • relu6
  • sigmoid
  • sign
  • signbit
  • silu
  • sin
  • sqrt
  • square
  • tan
  • tanh

What's changed

Replace tt_dnn dependency in following c++ file.

  • composite_ops.cpp
  • backward_ops.cpp
  • complex_ops.cpp

Checklist

  • Post commit CI passes
  • New/Existing tests provide coverage for changes
  • [post-commit] models tests
  • Nightly fast dispatch model regression CI

Copy link
Member

@ayerofieiev-tt ayerofieiev-tt left a comment

Choose a reason for hiding this comment

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

lgtm

@bharane-ab bharane-ab closed this Jul 1, 2024
@github-actions github-actions bot deleted the bharane/unary_op_migration branch January 3, 2025 00:26
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.

2 participants