#11512: Add sweeps for eltwise sharded ops 3 #16307
Open
+890
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ticket
#11512
Problem description
Missing sharded sweeps
What's changed
There are now sweeps for sharded version of ops:
unary: cos, cosh, deg2rad, log1p, log10, log2, nez, relu6
Test Results and statistics
tests/sweep_framework/sweeps/eltwise/unary/cos/cos_sharded.py: 0 crash, 174 fail, 594 pass (77.34375%)
tests/sweep_framework/sweeps/eltwise/unary/cosh/cosh_sharded.py: 0 crash, 206 fail, 802 pass (79.563%)
tests/sweep_framework/sweeps/eltwise/unary/deg2rad/deg2rad_sharded.py: 0 crash, 197 fail, 763 pass (79.479166667%)
tests/sweep_framework/sweeps/eltwise/unary/log1p/log1p_sharded.py: 0 crash, 197 fail, 763 pass (79.47916666666667%)
tests/sweep_framework/sweeps/eltwise/unary/log10/log10_sharded.py: 0 crash, 174 fail, 594 pass (77.34375%))
tests/sweep_framework/sweeps/eltwise/unary/log2/log2_sharded.py: 0 crash, 174 fail, 594 pass (77.34375%)
tests/sweep_framework/sweeps/eltwise/unary/nez/nez_sharded.py: 0 crash, 88 fail, 680 pass (88.54166666666666%)
tests/sweep_framework/sweeps/eltwise/unary/relu6/relu6_sharded.py: 0 crash, 174 fail, 594 pass (77.34375%)