From e7e525d63de58e3a08b107d8fcbb208f1d5a4239 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sun, 20 Dec 2020 17:27:44 -0500 Subject: [PATCH 1/3] Update compat entries for LoopVectorization and VectorizationBase --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 10afac0..fb94b50 100644 --- a/Project.toml +++ b/Project.toml @@ -14,13 +14,13 @@ DiffRules = "1" FillArrays = "0.10" ForwardDiff = "0.10" KernelAbstractions = "0.4" -LoopVectorization = "0.8.26, 0.9.7" +LoopVectorization = "0.8.26, 0.9.8" NamedDims = "0.2" OffsetArrays = "1" Requires = "1" TensorOperations = "3" Tracker = "0.2" -VectorizationBase = "0.12.33, 0.13.10" +VectorizationBase = "0.12.33, 0.14.2" Zygote = "0.5" julia = "1.3" From b44b46cef3067f3f8b13ed752f92bceb28b372e0 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sun, 20 Dec 2020 18:06:02 -0500 Subject: [PATCH 2/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index fb94b50..bbaaa82 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ OffsetArrays = "1" Requires = "1" TensorOperations = "3" Tracker = "0.2" -VectorizationBase = "0.12.33, 0.14.2" +VectorizationBase = "0.12.33, 0.14.3" Zygote = "0.5" julia = "1.3" From d9a1b8b9bed241a75978a6ca30f322d52bab3275 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sun, 20 Dec 2020 18:27:43 -0500 Subject: [PATCH 3/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index bbaaa82..97ab356 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ DiffRules = "1" FillArrays = "0.10" ForwardDiff = "0.10" KernelAbstractions = "0.4" -LoopVectorization = "0.8.26, 0.9.8" +LoopVectorization = "0.8.26, 0.9.9" NamedDims = "0.2" OffsetArrays = "1" Requires = "1"