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

Sharded sweeps: prelu, softmax, sinh, softplus, relu_max and relu_min #16050

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

Conversation

npetrovic-tenstorrent
Copy link
Contributor

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

#11512

Ticket

Link to Github Issue

Problem description

In sweep tests for sharded ops we add:

  • prelu
  • softmax
  • sinh
  • relu_max
  • relu_min
  • softplus

What's changed

Added new sweep tests

Pass rates for new sweeps:

sweeps/eltwise/unary/sinh/sinh_sharded.py: 65 fail, 317 pass (82.98%)
sweeps/eltwise/unary/softmax/softmax_sharded.py: 382 fail, 0 pass (0%)
sweeps/eltwise/unary/relu_max/relu_max_sharded.py: 65 fail, 317 pass (82.98%)
sweeps/eltwise/unary/prelu/prelu_sharded.py: 260 fail, 1268 pass (82.98%)
sweeps/eltwise/unary/relu_min/relu_min_sharded.py: 65 fail, 317 pass (82.98%) sweeps/eltwise/unary/softplus/softplus_sharded.py: 77 fail, 305 pass (79.84%).

Checklist

@npetrovic-tenstorrent npetrovic-tenstorrent changed the title #11512: Add softmax, sinh, relu_max and relu_min Sharded sweeps: softmax, sinh, relu_max and relu_min Dec 16, 2024
Copy link
Contributor

@jdesousa-TT jdesousa-TT left a comment

Choose a reason for hiding this comment

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

Please run the 4 new tests through the sweeps pipeline before merge.

@npetrovic-tenstorrent
Copy link
Contributor Author

Please run the 4 new tests through the sweeps pipeline before merge.

Done

@npetrovic-tenstorrent npetrovic-tenstorrent changed the title Sharded sweeps: softmax, sinh, relu_max and relu_min Sharded sweeps: prelu, softmax, sinh, relu_max and relu_min Dec 16, 2024
@npetrovic-tenstorrent npetrovic-tenstorrent changed the title Sharded sweeps: prelu, softmax, sinh, relu_max and relu_min Sharded sweeps: prelu, softmax, sinh, softplus, relu_max and relu_min Dec 17, 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.

3 participants