Commit 1c2fe0e
authored
[hipblaslt] Fix fails with dtl.yaml and xfp32.yaml on gfx950_mx_rebase (#4906)
## Motivation
Fix fails with dtl.yaml and xfp32.yaml on gfx950_mx_rebase branch
## Technical Details
- Fixed merge issue with if kernel["ScheduleIterAlg"] == 3
- Added int cast for float value const in asm
- Fixed incorrect parameter for calcLdsBlockSizePerPad()
- Fixed incorrect local read calculation due to incorrectly applying MX
logic to TF32 emulation
- Fixed incorrect ShiftK code vreg due to missing if condition for TF32
emulation
## Test Plan
ran dtl.yaml and xfp32.yaml on gfx950_mx_rebase branch
## Test Result
All passed except for a known issue (should be fixed with latest develop
branch)
## Submission Checklist
- [ ] Look over the contributing guidelines at
https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.1 parent a2ce1ab commit 1c2fe0e
File tree
4 files changed
+8
-6
lines changed- projects/hipblaslt/tensilelite/Tensile
- Components
- SolutionStructs
4 files changed
+8
-6
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1872 | 1872 | | |
1873 | 1873 | | |
1874 | 1874 | | |
1875 | | - | |
| 1875 | + | |
1876 | 1876 | | |
1877 | 1877 | | |
1878 | 1878 | | |
| |||
4024 | 4024 | | |
4025 | 4025 | | |
4026 | 4026 | | |
4027 | | - | |
| 4027 | + | |
4028 | 4028 | | |
4029 | | - | |
| 4029 | + | |
4030 | 4030 | | |
4031 | 4031 | | |
4032 | 4032 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5282 | 5282 | | |
5283 | 5283 | | |
5284 | 5284 | | |
5285 | | - | |
| 5285 | + | |
5286 | 5286 | | |
5287 | 5287 | | |
5288 | 5288 | | |
| |||
6611 | 6611 | | |
6612 | 6612 | | |
6613 | 6613 | | |
| 6614 | + | |
| 6615 | + | |
6614 | 6616 | | |
6615 | 6617 | | |
6616 | 6618 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2947 | 2947 | | |
2948 | 2948 | | |
2949 | 2949 | | |
2950 | | - | |
| 2950 | + | |
2951 | 2951 | | |
2952 | 2952 | | |
2953 | 2953 | | |
| |||
0 commit comments