Commit 54d5acd
authored
test(tensilelite): drop stale ffm_fail from 4 StreamK gfx1250 tests (#12065)
## Motivation
- 4 StreamK gfx1250 tests carry the `ffm_fail` marker (expected-fail
under FFM
emulation) but now PASS under emulation. With `xfail_strict = True`, an
XPASS is a hard failure, so the FFM tensilelite leg fails on every PR:
- `sk_dynamic_sgemm_quick`
- `sk_dynamic_hgemm_quick`
- `sk_tdm_general_batched`
- `sk_hybrid_quick`
## Technical Details
- Remove stale markers on above StreamK gfx1250 tests
- FFM-only, HW unaffected.
## Test Plan
- FFM tensilelite gfx1250 leg should clear the 4 XPASS(strict) failures.
- The other `ffm_fail` StreamK tests (`tdm_multicast`) still correctly
XFAIL and are untouched.
## Test Result
- [ ] Verify FFM test passes: TBD
## Submission Checklist
- [x] Look over the contributing guidelines at
https://github.com/ROCm/TheRock/blob/main/GOVERNANCE.md#pull-requests.
## Risk level
Low — test-marker only; no kernel/codegen change. Re-adding the marker
is trivial if a test later regresses on FFM.1 parent 8b911e1 commit 54d5acd
4 files changed
Lines changed: 4 additions & 4 deletions
File tree
- projects/hipblaslt/tensilelite/Tensile/Tests/common/streamk/gfx1250/core
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments