From 6397041f6bea8865720d8dcf19d39d4170b06c3b Mon Sep 17 00:00:00 2001 From: Michel Schanen Date: Mon, 1 Dec 2025 08:36:29 -0600 Subject: [PATCH 1/2] Update Intel libraries I messed things up in Yggdrasil with the API version. It was posted in the NEO release notes as 1.13 but then clarified as moving up to 1.14 https://github.com/intel/compute-runtime/issues/873 --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index e2dac0e2..d3ff141e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "oneAPI" uuid = "8f75cd03-7ff8-4ecb-9b8f-daf728133b1b" -version = "2.5.1" +version = "2.6.0" authors = ["Tim Besard ", "Alexis Montoison", "Michel Schanen "] [deps] @@ -46,7 +46,7 @@ GPUCompiler = "1.6" GPUToolbox = "0.1, 0.2, 0.3, 1" KernelAbstractions = "0.9.1" LLVM = "6, 7, 8, 9" -NEO_jll = "=25.35.35096" +NEO_jll = "=25.44.36015" Preferences = "1" SPIRVIntrinsics = "0.5" SPIRV_LLVM_Translator_jll = "21" @@ -54,7 +54,7 @@ SPIRV_Tools_jll = "2025.4.0" SpecialFunctions = "1.3, 2" StaticArrays = "1" julia = "1.10" -oneAPI_Level_Zero_Loader_jll = "1.24" +oneAPI_Level_Zero_Loader_jll = "1.25" oneAPI_Support_jll = "0.9.2" [extras] From 4a4193042df3b07cbf31e75c84d3ed799bc30987 Mon Sep 17 00:00:00 2001 From: Michel Schanen Date: Mon, 1 Dec 2025 09:53:46 -0600 Subject: [PATCH 2/2] Bump --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d3ff141e..d9925aae 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "oneAPI" uuid = "8f75cd03-7ff8-4ecb-9b8f-daf728133b1b" version = "2.6.0" -authors = ["Tim Besard ", "Alexis Montoison", "Michel Schanen "] +authors = ["Tim Besard ", "Alexis Montoison", "Michel Schanen "] [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"