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

#11512: Add sweeps for eltwise sharded ops 3 #16307

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

Conversation

bfilipovicTT
Copy link

@bfilipovicTT bfilipovicTT commented Dec 24, 2024

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%)

@bfilipovicTT bfilipovicTT force-pushed the bfilipovicTT/sharded-sweeps-3 branch from ff2a025 to 0a2cd80 Compare December 24, 2024 16:00
@bfilipovicTT bfilipovicTT changed the title #11512: Add sweeps for eltwise sharded ops #11512: Add sweeps for eltwise sharded ops 3 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.

2 participants