Skip to content

Commit 53fd3ef

Browse files
committed
remove cuda
1 parent 16a34bd commit 53fd3ef

3 files changed

Lines changed: 3 additions & 28 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libdeflate"
3-
version = "26.1.0"
3+
version = "26.1.1"
44
rust-version = "1.92.0"
55
edition = "2024"
66
authors = ["404"]
@@ -26,11 +26,9 @@ exclude = [
2626

2727
[dependencies]
2828
rayon = "1.11.0"
29-
cudarc = { version = "0.11.2", optional = true, features = ["cuda-12000"] }
3029

3130
[features]
3231
default = []
33-
cuda = ["dep:cudarc"]
3432

3533
[profile.release]
3634
opt-level = 3

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A complete Rust port of libdeflate, without C code.
44

55
It's entirely powered by Gemini 3 Pro (the main model) and Gemini 3 Flash, but I had them create extensive unit and
6-
benchmark tests to ensure accuracy. All features of libdeflate-rs (except CUDA) are automatically enabled based on the
6+
benchmark tests to ensure accuracy. All features of libdeflate-rs are automatically enabled based on the
77
compile-time environment, requiring no manual configuration.
88

99
## Feature
@@ -13,9 +13,6 @@ compile-time environment, requiring no manual configuration.
1313
- A highly optimized implementation, faster than C binding
1414

1515
## Usage
16-
17-
**I'm still fixing a bug that caused the performance degradation, so I can't import it for now.**
18-
1916
```toml
2017
[dependencies]
2118
libdeflate = "[VERSION]"

0 commit comments

Comments
 (0)