Commit 38d528c
Kwok Cheung Yeung
Change DGEMM tiling size from 8x8 to 4x8 for the RISC-V ZVL256B architecture
Testing has shown that 4x8 or 4x4 performs better than the original 8x8 tiling
size for this kernel.
As we do not wish to perturb the behaviour of the DTRMM kernel at this point,
the DTRMM tiling size is explicitly set to the original 8x8.1 parent dbdfea8 commit 38d528c
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1475 | 1475 | | |
1476 | 1476 | | |
1477 | 1477 | | |
1478 | | - | |
| 1478 | + | |
1479 | 1479 | | |
1480 | 1480 | | |
1481 | 1481 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3231 | 3231 | | |
3232 | 3232 | | |
3233 | 3233 | | |
3234 | | - | |
| 3234 | + | |
3235 | 3235 | | |
3236 | 3236 | | |
3237 | 3237 | | |
| |||
3240 | 3240 | | |
3241 | 3241 | | |
3242 | 3242 | | |
| 3243 | + | |
| 3244 | + | |
| 3245 | + | |
3243 | 3246 | | |
3244 | 3247 | | |
3245 | 3248 | | |
| |||
0 commit comments