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
[SM6.10][Bugfix][Exec] Final test tweaks for preview (#8393)
This is the final test change PR going into the initial preview build.
We'll continue to add tests after the build that can be pulled from main
or the preview branch.
In this PR are the following changes
- OuterProduct smoke test was removed as it requires an
OuterProductOptimal Layout, which requires a bit more test harness work
to verify. Instead of delaying the preview for it we are punting the
test for now. It will quickly be ready after the preview release
- Groupshared operations require that `stride` be the number of "row
elements" previously we were setting the "row bytes". This has been
fixed
- The 2D->1D index calculation was incorrect but hidden by the fact that
all test matrices are square. This has been fixed
0 commit comments