From 708ad9d2b3e9b618c6ec9be0ceefb38809ed4e13 Mon Sep 17 00:00:00 2001 From: Sven Berger Date: Wed, 26 Jun 2024 09:12:07 +0200 Subject: [PATCH] Manually set GPU_ARRAY compat (#555) Co-authored-by: Erik Faulhaber <44124897+efaulhaber@users.noreply.github.com> --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 91715c9d0..981c36192 100644 --- a/Project.toml +++ b/Project.toml @@ -35,6 +35,7 @@ DataFrames = "1.6" DiffEqCallbacks = "2.25, 3" FastPow = "0.1" ForwardDiff = "0.10" +GPUArrays = "9, 10" JSON = "0.21" KernelAbstractions = "0.9" MuladdMacro = "0.2"