Commit 5108b77
Add an opt-in per-submission synchronize for the LTS dropped-tail bug
The Aurora LTS NEO stack intermittently drops the tail of a command
list, silently corrupting results. Add an off-by-default workaround
(ONEAPI_SYNC_EACH_SUBMISSION=1) that synchronizes the queue after every
command-list submission (lib/level-zero/cmdlist.jl, parsed in
lib/level-zero/oneL0.jl __init__).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 2adadbc commit 5108b77
2 files changed
Lines changed: 16 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
52 | 65 | | |
53 | 66 | | |
54 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
0 commit comments