From faa232faaccdddea0f2356701ab0a5a8a55c38db Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 18 Oct 2024 00:15:39 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for GPUArrays to 11, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ab4e1c905..41bbc7803 100644 --- a/Project.toml +++ b/Project.toml @@ -46,7 +46,7 @@ DiffRules = "1.4" Distances = "0.10" FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1" ForwardDiff = "0.10" -GPUArrays = "8.4.2, 9, 10" +GPUArrays = "8.4.2, 9, 10, 11" GPUArraysCore = "0.1.1" IRTools = "0.4.12" LogExpFunctions = "0.3.1" From e041944b7aa5a029873e00668baecaa70a0decb5 Mon Sep 17 00:00:00 2001 From: Michael Abbott <32575566+mcabbott@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:08:30 -0400 Subject: [PATCH 2/2] v0.6.73 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6c2a6dd45..5f6e49e68 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Zygote" uuid = "e88e6eb3-aa80-5325-afca-941959d7151f" -version = "0.6.72" +version = "0.6.73" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"