From 1f7fdaee371545a576e62c4651cc2738788df433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:44:20 +0000 Subject: [PATCH] Update GPUCompiler requirement from 1.13.3 to 1.13.3, 2.0 Updates the requirements on [GPUCompiler](https://github.com/JuliaGPU/GPUCompiler.jl) to permit the latest version. - [Release notes](https://github.com/JuliaGPU/GPUCompiler.jl/releases) - [Commits](https://github.com/JuliaGPU/GPUCompiler.jl/compare/v1.13.3...v2.0.1) --- updated-dependencies: - dependency-name: GPUCompiler dependency-version: 2.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 944049498..9bdd82fd4 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ SparseArraysExt = "SparseArrays" Adapt = "0.4, 1.0, 2.0, 3.0, 4" Atomix = "0.1, 1" EnzymeCore = "0.7, 0.8.1" -GPUCompiler = "1.13.3" +GPUCompiler = "1.13.3, 2.0" InteractiveUtils = "1.6" LLVM = "9.4.1" LinearAlgebra = "1.6"