You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabled force_shape_pad for triton tests in test_kernel_benchmark (pytorch#147620)
During ROCm runs we naturally have those tests show that padding path will be slower for our archs and the pad_mm chooses to opt out of padding thus failing those tests.
Reasoning for this is per my understanding those tests don't check IF the operation should be padded in the first place, but HOW is it padded and if it's done in a correct way. More than that the tests shouldn't really be hardware dependent or have some condition for them.
Similar PR for reference: pytorch#141768
Pull Request resolved: pytorch#147620
Approved by: https://github.com/jeffdaily, https://github.com/chenyang78, https://github.com/shunting314
0 commit comments