-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to XeGPU f16 GEMM 4kx4kx4k performance test case
This PR introduces following optimizations: 1. Larger loads for A and B 2. f16 stores to C instead of f32 stores 3. Periodic barrier syncing instead of syncing every K iteration 4. Avoid using signed div/rem ops
- Loading branch information
1 parent
180dc90
commit 1cf86a8
Showing
7 changed files
with
652 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
test/Integration/Dialect/XeGPU/gemm_4kx4kx4k_dpas_sized_loads_f16_f16_f32_perf_report.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Benchmark name : gemm_4kx4kx4k_dpas_sized_loads_f16_f16_f32 | ||
Platform : Intel(R) Data Center GPU Max 1550 | ||
Requirements : doubleGRF | ||
|
||
Kernel test_kernel : 250 registers | ||
the kernel execution time is (ms, on L0 runtime):avg: 0.7909, min: 0.5862, max: 2.3459 (over 1000 runs) | ||
TFlops : avg:173.775, min:58.587, max:234.457 |
Oops, something went wrong.