From 9d587ece8d87e7c01d49bcd06c57baf56129158a Mon Sep 17 00:00:00 2001 From: Mayo Date: Mon, 1 Dec 2025 18:18:04 +0900 Subject: [PATCH 1/2] chore(deps): bump cudarc to 0.18.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index acacba2..5164eb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,9 +111,9 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "cudarc" -version = "0.17.2" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8147ca46109d41cc513fd629b52bbea9bd09b972034c2f32954ce84a92895a91" +checksum = "ef0cfc5e22a6b6f7d04ee45b0151232ca236ede8ca3534210fd4072bdead0d60" dependencies = [ "half", "libloading", diff --git a/Cargo.toml b/Cargo.toml index 1102f04..c6ff635 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ zerocopy = { version = "0.6.0", default-features = false, optional = true } rand = { version = "0.9.0", default-features = false, features = ["std", "std_rng", "thread_rng"], optional = true } rand_distr = { version = "0.5.0", default-features = false, optional = true } rkyv = { version = "0.7", optional = true } -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 } +cudarc = { version = "0.18.1", features = ["std", "cublas", "cublaslt", "curand", "driver", "nvrtc", "f16", "cuda-version-from-build-system", "dynamic-linking"], default-features=false, optional = true } [features] default = ["std"] From 84820b737ecf8994643b2ba361522137fa1c8889 Mon Sep 17 00:00:00 2001 From: Mayo Date: Mon, 1 Dec 2025 22:28:52 +0900 Subject: [PATCH 2/2] chore: bump version to 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5164eb2..1980e8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,7 +121,7 @@ dependencies = [ [[package]] name = "float8" -version = "0.4.1" +version = "0.5.0" dependencies = [ "bytemuck", "cudarc", diff --git a/Cargo.toml b/Cargo.toml index c6ff635..0fd8347 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "float8" -version = "0.4.1" +version = "0.5.0" rust-version = "1.70" edition = "2021" description = "8-bit floating point types for Rust"