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

Add sigmoid op #469

Merged
merged 4 commits into from
Aug 23, 2024
Merged

Add sigmoid op #469

merged 4 commits into from
Aug 23, 2024

Conversation

svuckovicTT
Copy link
Contributor

  • Adds a sigmoid op
  • In TTNN runtime, this will call ::ttnn::sigmoid(), but there's also a ::ttnn::sigmoid_accurate(), something to keep an eye on once we start running stuff and analyzing accuracy

@svuckovicTT svuckovicTT force-pushed the svuckovic/add-sigmoid-op branch from 9866f4c to 64ddff3 Compare August 22, 2024 09:21
@svuckovicTT svuckovicTT linked an issue Aug 22, 2024 that may be closed by this pull request
@sdjordjevicTT
Copy link
Contributor

Please add a test in one of the folders dedicated to unary ops. :)

@svuckovicTT
Copy link
Contributor Author

Please add a test in one of the folders dedicated to unary ops. :)

Oh lol, I actually added the test, but forgot to git add it 😅

@mtopalovicTT mtopalovicTT requested review from topke011 and removed request for topke011 August 22, 2024 10:16
@svuckovicTT svuckovicTT merged commit 855d49e into main Aug 23, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Ops] Implement sigmoid op
5 participants