From b2cca39c2e030a71b913eeaf11a0f810d6ec402d Mon Sep 17 00:00:00 2001 From: nHackel Date: Thu, 16 Jan 2025 16:22:47 +0100 Subject: [PATCH 1/2] Update GPU dependencies to KA.jl API migration --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 4934f90..8a46f4b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "NFFT" uuid = "efe261a4-0d2b-5849-be55-fc731d526b0d" authors = ["Tobias Knopp "] -version = "0.13.5" +version = "0.13.6" [deps] AbstractNFFTs = "7f219486-4aa7-41d6-80a7-e08ef20ceed7" @@ -25,8 +25,8 @@ DataFrames = "1.3.1, 1.4.1" FFTW = "1.5" FINUFFT = "3.0.1" FLoops = "0.2" -GPUArrays = "8, 9, 10" -JLArrays = "0.1.2" +GPUArrays = "11" +JLArrays = "2" Reexport = "1.0" PrecompileTools = "1" SpecialFunctions = "0.8, 0.10, 1, 2" From 3fd0e4f7d6bfca7706e0c2538a390da67f1bfdd3 Mon Sep 17 00:00:00 2001 From: Niklas Hackelberg Date: Tue, 21 Jan 2025 14:55:30 +0100 Subject: [PATCH 2/2] Fix JLArray compat entry --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8a46f4b..3e8035e 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ FFTW = "1.5" FINUFFT = "3.0.1" FLoops = "0.2" GPUArrays = "11" -JLArrays = "2" +JLArrays = "0.2" Reexport = "1.0" PrecompileTools = "1" SpecialFunctions = "0.8, 0.10, 1, 2"