From 6cbf3e6621c96ddf0cc8d444f425fa364e9f817a Mon Sep 17 00:00:00 2001 From: germ3n Date: Thu, 17 Jul 2025 12:15:33 +0100 Subject: [PATCH] update cudarc branch --- tig-binary/Cargo.toml | 2 +- tig-challenges/Cargo.toml | 2 +- tig-runtime/Cargo.toml | 2 +- tig-verifier/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tig-binary/Cargo.toml b/tig-binary/Cargo.toml index 9c530a94..809ec489 100644 --- a/tig-binary/Cargo.toml +++ b/tig-binary/Cargo.toml @@ -11,7 +11,7 @@ edition.workspace = true crate-type = ["cdylib", "staticlib", "rlib"] [dependencies] -cudarc = { git = "https://github.com/tig-foundation/cudarc.git", branch = "memory-limit", features = [ +cudarc = { git = "https://github.com/tig-foundation/cudarc.git", branch = "runtime-fuel/cudnn-cublas", features = [ "cuda-version-from-build-system", ], optional = true } tig-challenges = { path = "../tig-challenges" } diff --git a/tig-challenges/Cargo.toml b/tig-challenges/Cargo.toml index 5d94ec4e..dcc568d8 100644 --- a/tig-challenges/Cargo.toml +++ b/tig-challenges/Cargo.toml @@ -9,7 +9,7 @@ edition.workspace = true [dependencies] anyhow = "1.0.81" -cudarc = { git = "https://github.com/tig-foundation/cudarc.git", branch = "memory-limit", features = [ +cudarc = { git = "https://github.com/tig-foundation/cudarc.git", branch = "runtime-fuel/cudnn-cublas", features = [ "cuda-version-from-build-system", ], optional = true } ndarray = "0.15.6" diff --git a/tig-runtime/Cargo.toml b/tig-runtime/Cargo.toml index b524b2dc..9d0dbc5e 100644 --- a/tig-runtime/Cargo.toml +++ b/tig-runtime/Cargo.toml @@ -10,7 +10,7 @@ edition.workspace = true [dependencies] anyhow = "1.0.81" clap = { version = "4.5.4" } -cudarc = { git = "https://github.com/tig-foundation/cudarc.git", branch = "memory-limit", features = [ +cudarc = { git = "https://github.com/tig-foundation/cudarc.git", branch = "runtime-fuel/cudnn-cublas", features = [ "cuda-version-from-build-system", ], optional = true } libloading = "0.8.6" diff --git a/tig-verifier/Cargo.toml b/tig-verifier/Cargo.toml index dad2d5fb..bac77ff0 100644 --- a/tig-verifier/Cargo.toml +++ b/tig-verifier/Cargo.toml @@ -9,7 +9,7 @@ readme.workspace = true [dependencies] anyhow = "1.0.81" clap = { version = "4.5.4" } -cudarc = { git = "https://github.com/tig-foundation/cudarc.git", branch = "memory-limit", features = [ +cudarc = { git = "https://github.com/tig-foundation/cudarc.git", branch = "runtime-fuel/cudnn-cublas", features = [ "cuda-version-from-build-system", ], optional = true } serde = { version = "1.0.196", features = ["derive"] }