Commit 4fd200f
Configure the Aurora LTS self-hosted CI runner
Set up the GitHub Actions job for the Aurora LTS self-runner
(.github/workflows/ci.yml):
- Enable per-worker GPU spreading (ONEAPI_TEST_SPREAD_GPUS=1) and the
per-submission synchronize workaround (ONEAPI_SYNC_EACH_SUBMISSION=1).
- Run the test step through `julia -C native,-avx512fp16` to avoid
Sapphire Rapids AVX512-FP16 host miscompilation of Float16 work under
concurrent oneMKL load (the GPU results are correct; the corruption
is on the host CPU).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 5108b77 commit 4fd200f
1 file changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
| |||
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
41 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
42 | 55 | | |
| 56 | + | |
0 commit comments