From 44543bce21995b1fdbc06345d7f9578a9df3e368 Mon Sep 17 00:00:00 2001 From: Anton Smirnov Date: Sat, 9 Nov 2024 14:41:29 +0200 Subject: [PATCH] Bump deps --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 2c44f6a8..e3b75d25 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ NNlibFFTWExt = "FFTW" NNlibForwardDiffExt = "ForwardDiff" [compat] -AMDGPU = "0.9.4, 1" +AMDGPU = "1" Adapt = "3.2, 4" Atomix = "0.1" CUDA = "4, 5" @@ -37,7 +37,7 @@ ChainRulesCore = "1.13" EnzymeCore = "0.5, 0.6, 0.7, 0.8" FFTW = "1.8.0" ForwardDiff = "0.10.36" -GPUArraysCore = "0.1" +GPUArraysCore = "0.1, 0.2" KernelAbstractions = "0.9.2" LinearAlgebra = "<0.0.1, 1" Random = "<0.0.1, 1"