We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991d29e commit d78ef78Copy full SHA for d78ef78
1 file changed
.github/workflows/ci.yml
@@ -15,6 +15,12 @@ jobs:
15
continue-on-error: true
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
+ # Pin each parallel test worker to a distinct GPU tile instead of
19
+ # oversubscribing device 0 (see test/runtests.jl).
20
+ ONEAPI_TEST_SPREAD_GPUS: '1'
21
+ # Synchronize after every command-list submission to work around the
22
+ # Aurora LTS NEO dropped-tail corruption (see lib/level-zero/cmdlist.jl).
23
+ ONEAPI_SYNC_EACH_SUBMISSION: '1'
24
runs-on: [self-hosted, linux, X64]
25
strategy:
26
matrix:
0 commit comments