We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed93e21 + 94fe8ca commit 2441ebaCopy full SHA for 2441eba
wrappers/rust/icicle-curves/icicle-bn254/Cargo.toml
@@ -20,7 +20,7 @@ serial_test = "3.0.0"
20
cmake = "0.1.50"
21
22
[features]
23
-default = ["cuda_backend"]
+default = []
24
no_g2 = []
25
no_ecntt = []
26
cuda_backend = ["icicle-runtime/cuda_backend"]
wrappers/rust/icicle-runtime/Cargo.toml
@@ -18,7 +18,7 @@ cmake = "0.1.50"
18
# Enabling backend features means building them with the ICICLE frontend.
19
# Sources must be either local (under icicle/backend) or pulled during the build process.
# Note: Backend repositories are private and not meant for user workflows. Users should install backends directly instead.
cuda_backend = []
pull_cuda_backend = []
metal_backend = []
0 commit comments