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

Output sweeps: exp, exp2, expm1, log, neg, identity #16302

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

Conversation

npetrovic-tenstorrent
Copy link
Contributor

@npetrovic-tenstorrent npetrovic-tenstorrent commented Dec 24, 2024

#11512

Ticket

Link to Github Issue

Problem description

In sweep tests for sharded variants we add:

  • exp
  • expm1
  • exp2
  • identity
  • neg
  • log

What's changed

Added a set of new sweep tests for output op variants where supported

Pass rates for new sweeps:

sweeps/eltwise/unary/exp/exp_output.py: 0 fail, 1392 pass (100.00%).
sweeps/eltwise/unary/exp2/exp2_output.py: 0 fail, 440 pass (100.00%).
sweeps/eltwise/unary/log/log_output.py: 0 fail, 440 pass (100.00%).
sweeps/eltwise/unary/expm1/expm1_output.py: 0 fail, 440 pass (100.00%).
sweeps/eltwise/unary/identity/identity_output.py: 0 fail, 440 pass (100.00%).
sweeps/eltwise/unary/neg/neg_output.py: 0 fail, 440 pass (100.00%).

Checklist

@npetrovic-tenstorrent npetrovic-tenstorrent changed the title Output sweeps: log, neg, identity Output sweeps: exp, log, neg, identity Dec 24, 2024
@npetrovic-tenstorrent npetrovic-tenstorrent changed the title Output sweeps: exp, log, neg, identity Output sweeps: exp, exp2, log, neg, identity Dec 24, 2024
@npetrovic-tenstorrent npetrovic-tenstorrent changed the title Output sweeps: exp, exp2, log, neg, identity Output sweeps: exp, exp2, expm1, log, neg, identity Dec 24, 2024
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