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 more unary sharded sweeps #16311

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

amalbasaTT
Copy link
Contributor

@amalbasaTT amalbasaTT commented Dec 25, 2024

Ticket

Link to Github Issue

Problem description

  1. Missing sharded versions of ops sweeps for unary ops:
  • asinh
  • atanh
  • atan
  • logical_not
  • sigmoid
  • sigmoid_accurate
  • reciprocal (complex)

What's changed

  1. Added sharded versions of aforementioned ops sweeps.
  2. Modified ttnn-run-sweeps.yaml file to include newly added sharded sweeps
  3. Placed reciprocal.py sweep into reciprocal folder

Pass rates for all sharded sweeps:

sweeps/eltwise/unary/asinh/asinh_sharded.py: 65 fail, 319 pass (83.0723%)
sweeps/eltwise/unary/atan/atan_sharded.py: 130 fail, 638 pass (83.0723%)
sweeps/eltwise/unary/atanh/atanh_sharded.py: 65 fail, 319 pass (83.0723%)
sweeps/eltwise/unary/logical_not/logical_not_sharded.py: 174 fail, 594 pass (77.34375%)
sweeps/eltwise/unary/sigmoid/sigmoid_sharded.py: 174 fail, 594 pass (77.34375%)
sweeps/eltwise/unary/sigmoid_accurate/sigmoid_accurate_sharded.py: 174 fail, 594 pass (77.34375%)
sweeps/eltwise/unary_complex/reciprocal/reciprocal_sharded.py: 84 fail, 300 pass (78.125%)

Checklist

  • [Post commit CI passes]
  • Sweep tests pass

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.

1 participant