update cudarc branch

This commit is contained in:
germ3n 2025-07-17 12:15:33 +01:00 committed by FiveMovesAhead
parent a9fcd87720
commit 6cbf3e6621
4 changed files with 4 additions and 4 deletions

View File

@ -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" }

View File

@ -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"

View File

@ -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"

View File

@ -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"] }