-
Notifications
You must be signed in to change notification settings - Fork 115
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
#0: temp workaround on TG resnet trace+2cq hang #18750
Conversation
Running single card full pipes to be sure: https://github.com/tenstorrent/tt-metal/actions/runs/13719964134 This will probably go in though |
Looks like slight regression: https://github.com/tenstorrent/tt-metal/actions/runs/13719964134/job/38373196371#step:10:65 We can bump this for now? |
@tt-rkim is that pipeline stable ? my change shouldn't make it worse (should be slight better if there's any) |
Yes that test is definitely stable... |
Oh wait - that wasn't a mistake |
cc: @esmalTT - bumping down experimental unet perf test threshold in e2e perf |
P0 temp fix for resnet50, which is hanging ND on TG for trace+2cq, due to the extra rt arg being send.
IT removes the extra args for sharded case.
#18724 (comment)
Checklist