From 3dfc00eb3c130ad8eec3b315cbffc1fef70532aa Mon Sep 17 00:00:00 2001 From: Ludovic Raess Date: Wed, 19 Nov 2025 21:51:48 +0100 Subject: [PATCH 1/3] Bump GPUArrays compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4b7f7da56..b826271ff 100644 --- a/Project.toml +++ b/Project.toml @@ -50,7 +50,7 @@ CEnum = "0.4, 0.5" ChainRulesCore = "1" EnzymeCore = "0.8" ExprTools = "0.1" -GPUArrays = "11.2.1" +GPUArrays = "11.2.6" GPUCompiler = "1" GPUToolbox = "0.1.0, 0.2, 0.3, 1" KernelAbstractions = "0.9.2" From a62c1b619d3d27e05f902a15cde4120627f72133 Mon Sep 17 00:00:00 2001 From: Ludovic Raess Date: Wed, 19 Nov 2025 21:53:32 +0100 Subject: [PATCH 2/3] Rename test --- test/gpuarrays_tests.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/gpuarrays_tests.jl b/test/gpuarrays_tests.jl index b07643a0b..0a0be3106 100644 --- a/test/gpuarrays_tests.jl +++ b/test/gpuarrays_tests.jl @@ -30,8 +30,8 @@ end @testitem "gpuarrays - indexing scalar" setup=[TSGPUArrays] begin gpuarrays_test("indexing scalar") end -@testitem "gpuarrays - linalg" setup=[TSGPUArrays] begin - gpuarrays_test("linalg") +@testitem "gpuarrays - linalg/core" setup=[TSGPUArrays] begin + gpuarrays_test("linalg/core") end @testitem "gpuarrays - linalg/mul!/matrix-matrix" setup=[TSGPUArrays] begin gpuarrays_test("linalg/mul!/matrix-matrix") From 26085b79df55bf7e64226134c364118136fa30bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20R=C3=A4ss?= <61313342+luraess@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:23:18 +0100 Subject: [PATCH 3/3] Bump GPUArrays --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b826271ff..2228c9174 100644 --- a/Project.toml +++ b/Project.toml @@ -50,7 +50,7 @@ CEnum = "0.4, 0.5" ChainRulesCore = "1" EnzymeCore = "0.8" ExprTools = "0.1" -GPUArrays = "11.2.6" +GPUArrays = "11.3.0" GPUCompiler = "1" GPUToolbox = "0.1.0, 0.2, 0.3, 1" KernelAbstractions = "0.9.2"