From 174f088e6e10c25177cf68dc62af11a1c6d046ce Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 3 Mar 2022 01:23:51 +0000 Subject: [PATCH] CompatHelper: bump compat for KernelAbstractions to 0.8, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6d31a890..8511ed7b 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] CUDA = "3.5" ForwardDiff = "0.10" -KernelAbstractions = "0.7" +KernelAbstractions = "0.7, 0.8" LLVM = "3, 4" StaticArrays = "0.12, 1" julia = "1.6"