Skip to content

Commit c8edc30

Browse files
authored
Bump the toolchain. (#405)
1 parent 2df5d3f commit c8edc30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GPUArrays = "10"
3434
GPUCompiler = "0.23, 0.24, 0.25, 0.26"
3535
KernelAbstractions = "0.9.1"
3636
LLVM = "6"
37-
NEO_jll = "=24.05.28454"
37+
NEO_jll = "=24.09.28717"
3838
Preferences = "1"
3939
SPIRV_LLVM_Translator_unified_jll = "0.3"
4040
SpecialFunctions = "1.3, 2"

test/level-zero.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ indirect_access!(kernel, oneL0.ZE_KERNEL_INDIRECT_ACCESS_FLAG_DEVICE)
193193
# oneapi-src/level-zero#55
194194
if !parse(Bool, get(ENV, "ZE_ENABLE_PARAMETER_VALIDATION", "false"))
195195
attrs = source_attributes(kernel)
196-
@test isempty(attrs)
196+
@test attrs isa Vector{<:AbstractString}
197197
end
198198

199199
props = properties(kernel)

0 commit comments

Comments
 (0)