Commit 7814de9
authored
Fix Triton GEMM + PostOp (add matrix) kernel benchmark int8 failure BMG (#5595)
Addresses
[#5481](#5481).
Fixes `RuntimeError: Native API failed. Native API returns: 20
(UR_RESULT_ERROR_DEVICE_LOST)` on Triton GEMM + PostOp (add matrix)
kernel benchmark int8 BMG.
The memory reservation would rise between each configuration ran within
the benchmark, finally resulting in oom under the hood.
The issue visible on only a single bmg runner due to more system RAM on
that runner, which makes it pass runtime checks and run an additional
test case.
[Passing
](https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/19854824092/job/56890032648)
Triton GEMM + PostOp (add matrix) kernel benchmark int8 BMG on that
runner.
Similar error message is visible also on FlexAttention (batch_size=16)
Causal Mask fwd, however the same fix does not apply indicating a
different issue. This will be continued here: #5603.1 parent 431cc25 commit 7814de9
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
312 | 314 | | |
313 | 315 | | |
314 | 316 | | |
| |||
0 commit comments