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 2dbe13f commit d0d3b09Copy full SHA for d0d3b09
2 files changed
.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
21
# Pin each parallel test worker to a distinct GPU tile instead of
22
# oversubscribing device 0 (see test/runtests.jl).
23
ONEAPI_TEST_SPREAD_GPUS: '1'
24
+ ONEAPI_LTS: '1'
25
# Synchronize after every command-list submission to work around the
26
# Aurora LTS NEO dropped-tail corruption (see lib/level-zero/cmdlist.jl).
27
ONEAPI_SYNC_EACH_SUBMISSION: '1'
Project.toml
@@ -43,7 +43,7 @@ KernelAbstractions = "0.9.39"
43
LLVM = "6, 7, 8, 9"
44
NEO_LTS_jll = "=25.18.33578"
45
Preferences = "1"
46
-SPIRVIntrinsics = "0.5"
+SPIRVIntrinsics = "1"
47
SPIRV_LLVM_Translator_jll = "21"
48
SPIRV_Tools_jll = "2025.4.0"
49
SpecialFunctions = "1.3, 2"
0 commit comments