From fffef016bc27ade7b0fc72298995a351f977f7eb Mon Sep 17 00:00:00 2001 From: Carlos Verdes Date: Wed, 21 Aug 2024 13:39:52 +0400 Subject: [PATCH] fix: update cudarc dependencies --- tig-algorithms/Cargo.toml | 2 +- tig-benchmarker/Cargo.toml | 2 +- tig-challenges/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tig-algorithms/Cargo.toml b/tig-algorithms/Cargo.toml index aed547e7..ab1cc50e 100644 --- a/tig-algorithms/Cargo.toml +++ b/tig-algorithms/Cargo.toml @@ -8,7 +8,7 @@ edition.workspace = true [dependencies] anyhow = "1.0.81" -cudarc = { version = "0.11.8", features = [ +cudarc = { version = "0.12.0", features = [ "cuda-version-from-build-system", ], optional = true } ndarray = "0.15.6" diff --git a/tig-benchmarker/Cargo.toml b/tig-benchmarker/Cargo.toml index bcd0701d..9b71969c 100644 --- a/tig-benchmarker/Cargo.toml +++ b/tig-benchmarker/Cargo.toml @@ -10,7 +10,7 @@ edition.workspace = true [dependencies] anyhow = "1.0.81" clap = { version = "4.5.4", optional = true } -cudarc = { version = "0.11.8", features = [ +cudarc = { version = "0.12.0", features = [ "cuda-version-from-build-system", ], optional = true } futures = { version = "0.3.30" } diff --git a/tig-challenges/Cargo.toml b/tig-challenges/Cargo.toml index bf28569a..2d0f9f99 100644 --- a/tig-challenges/Cargo.toml +++ b/tig-challenges/Cargo.toml @@ -9,7 +9,7 @@ edition.workspace = true [dependencies] anyhow = "1.0.81" -cudarc = { version = "0.11.8", features = [ +cudarc = { version = "0.12.0", features = [ "cuda-version-from-build-system", ], optional = true } ndarray = "0.15.6"