From 061e83fa3fe461679178547d0d53ed8eceaab6aa Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Wed, 26 Aug 2026 13:43:13 +0200 Subject: [PATCH] Revert "Pin GPUCompiler below 2.2.2; bump to 2.9.1 (#622)" This reverts commit 073f3662491b9efa075b49436f2f0a46f6fd92ce. --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0bd7c42c..de5dba2a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "oneAPI" uuid = "8f75cd03-7ff8-4ecb-9b8f-daf728133b1b" authors = ["Tim Besard ", "Alexis Montoison", "Michel Schanen "] -version = "2.9.1" +version = "2.9.0" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" @@ -39,7 +39,7 @@ Adapt = "4" CEnum = "0.4, 0.5" ExprTools = "0.1" GPUArrays = "11.2.1" -GPUCompiler = "2 - 2.2.1" +GPUCompiler = "2" GPUToolbox = "0.1, 0.2, 0.3, 1, 3" KernelAbstractions = "0.9.39" LLVM = "6, 7, 8, 9"