From e812aebd47e2aa099bcbfb608fefe34dc77ef6c8 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Fri, 29 Mar 2024 15:38:47 +0100 Subject: [PATCH] Bump the toolchain. --- Project.toml | 2 +- test/level-zero.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index e2a69d44..6e89a3f9 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ GPUArrays = "10" GPUCompiler = "0.23, 0.24, 0.25, 0.26" KernelAbstractions = "0.9.1" LLVM = "6" -NEO_jll = "=24.05.28454" +NEO_jll = "=24.09.28717" Preferences = "1" SPIRV_LLVM_Translator_unified_jll = "0.3" SpecialFunctions = "1.3, 2" diff --git a/test/level-zero.jl b/test/level-zero.jl index 14af1c9f..364e0e97 100644 --- a/test/level-zero.jl +++ b/test/level-zero.jl @@ -193,7 +193,7 @@ indirect_access!(kernel, oneL0.ZE_KERNEL_INDIRECT_ACCESS_FLAG_DEVICE) # oneapi-src/level-zero#55 if !parse(Bool, get(ENV, "ZE_ENABLE_PARAMETER_VALIDATION", "false")) attrs = source_attributes(kernel) - @test isempty(attrs) + @test attrs isa Vector{<:AbstractString} end props = properties(kernel)