Skip to content

Commit 236cf4e

Browse files
authored
Use cudarc 0.17.2, 0.3.0 -> 0.4.0 (#6)
* Use cudarc 0.17.2 * Bump version to 0.4.0
1 parent fa97acb commit 236cf4e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "float8"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "8-bit floating point types for Rust"
66
homepage = "https://github.com/EricLBuehler/float8"
@@ -24,7 +24,7 @@ zerocopy = { version = "0.6.0", default-features = false, optional = true }
2424
rand = { version = "0.9.0", default-features = false, features = ["std", "std_rng", "thread_rng"], optional = true }
2525
rand_distr = { version = "0.5.0", default-features = false, optional = true }
2626
rkyv = { version = "0.7", optional = true }
27-
cudarc = { version = "0.16.6", features = ["std", "cublas", "cublaslt", "curand", "driver", "nvrtc", "f16", "cuda-version-from-build-system", "dynamic-linking"], default-features=false, optional = true }
27+
cudarc = { version = "0.17.2", features = ["std", "cublas", "cublaslt", "curand", "driver", "nvrtc", "f16", "cuda-version-from-build-system", "dynamic-linking"], default-features=false, optional = true }
2828

2929
[features]
3030
default = ["std"]

0 commit comments

Comments
 (0)