From 3f67f14d0ee2cf044a6398fcef50441072fa6704 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 19 Feb 2025 14:08:21 +0000 Subject: [PATCH] CompatHelper: bump compat for NVTX to 1, (keep existing compat) --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 906c5657..d206f496 100644 --- a/Project.toml +++ b/Project.toml @@ -20,8 +20,8 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" -StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [extensions] ClimaTimeSteppersBenchmarkToolsExt = ["CUDA", "BenchmarkTools", "OrderedCollections", "StatsBase", "PrettyTables"] @@ -29,9 +29,9 @@ ClimaTimeSteppersBenchmarkToolsExt = ["CUDA", "BenchmarkTools", "OrderedCollecti [compat] Aqua = "0.8" BenchmarkTools = "1" +CUDA = "3, 4, 5" ClimaComms = "0.4, 0.5, 0.6" ClimaCore = "0.10, 0.11, 0.12, 0.13, 0.14" -CUDA = "3, 4, 5" Colors = "0.12, 0.13" DataStructures = "0.18" DiffEqBase = "6" @@ -41,7 +41,7 @@ Krylov = "0.8, 0.9" LinearAlgebra = "1" LinearOperators = "2" MPI = "0.20" -NVTX = "0.3" +NVTX = "0.3, 1" ODEConvergenceTester = "0.2" OrderedCollections = "1" PrettyTables = "2" @@ -66,4 +66,4 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = ["Aqua","ClimaCore","Distributions","Krylov", "MPI","ODEConvergenceTester","PrettyTables","Random","SafeTestsets","Test"] +test = ["Aqua", "ClimaCore", "Distributions", "Krylov", "MPI", "ODEConvergenceTester", "PrettyTables", "Random", "SafeTestsets", "Test"]