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

#15246: Add sweeps for isclose, isclose sharded, ldexp sharded, log… #17300

Merged
merged 7 commits into from
Feb 5, 2025

Conversation

nemanjagrujic
Copy link
Contributor

@nemanjagrujic nemanjagrujic commented Jan 29, 2025

Ticket

Link to Github Issue

Problem description

We need to increase sweep test coverage of our ops.

What's changed

Added sweep tests for multiple ops

Pass rates for new sweeps:

sweeps/eltwise/binary/rpow/rpow.py: 3 fail, 381 pass (99%)
sweeps/eltwise/binary/rpow/rpow_sharded.py: 87 fail, 297 pass (77%)
sweeps/eltwise/binary/ldexp/ldexp_sharded.py: 640 fail, 128 pass (15%)
sweeps/eltwise/binary/logaddexp/logaddexp_sharded.py: 940 fail, 212 pass (18%)
sweeps/eltwise/binary/logaddexp2/logaddexp2_sharded.py: 1139 fail, 13 pass (1%)
sweeps/eltwise/binary/isclose/isclose.py: 3 fail, 765 pass (99%)
sweeps/eltwise/binary/isclose/isclose_sharded.py: 169 fail, 599 pass (77%)
sweeps/eltwise/binary_backward/ldexp_bw/ldexp_bw_sharded.py: 84 fail, 300 pass (78%)
sweeps/eltwise/binary_backward/logaddexp_bw/logaddexp_bw_sharded.py: 84 fail, 300 pass (78%)
sweeps/eltwise/binary_backward/logaddexp2_bw/logaddexp2_bw_sharded.py: 84 fail, 300 pass (78%)
sweeps/eltwise/binary_bw/sub_bw/sub_bw_sharded.py: 768 fail, 0 pass (0%)
sweeps/eltwise/unary_bw/sub_bw/sub_bw.py: 0 fail, 768 pass (100%)
sweeps/eltwise/unary_bw/sub_bw/sub_bw_sharded.py: 768 fail, 0 pass (0%)
sweeps/eltwise/binary_bw/atan2/atan2.py: 768 fail, 0 pass (0%)
sweeps/eltwise/binary_bw/atan2/atan2_sharded.py: 768 fail, 0 pass (0%)
sweeps/eltwise/binary/polyval/polyval_sharded.py: 174 fail, 594 pass (77%)

Checklist

@@ -306,6 +308,9 @@ on:
- eltwise.binary.add.add_different_memory_configs
- eltwise.binary.add.add_forge
- eltwise.binary.add.add_llama
- eltwise.binary.add.add_llama
Copy link
Contributor

Choose a reason for hiding this comment

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

Duplicate here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Solved

@nemanjagrujic nemanjagrujic changed the title #15246: Added sweeps for isclose, isclose sharded, ldexp sharded, log… #15246: Add sweeps for isclose, isclose sharded, ldexp sharded, log… Jan 31, 2025
@nemanjagrujic nemanjagrujic merged commit c428ab5 into main Feb 5, 2025
8 checks passed
@nemanjagrujic nemanjagrujic deleted the ngrujic/sweep-tests-5 branch February 5, 2025 11:30
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.

4 participants