feat(tfhe): disable debug assertions in devo profile

makes KS-PBS almost two times faster
This commit is contained in:
Mayeul@Zama
2024-03-11 17:21:27 +01:00
committed by mayeul-zama
parent dc44f5e517
commit 9f70be9c95

View File

@@ -1,6 +1,12 @@
[workspace] [workspace]
resolver = "2" resolver = "2"
members = ["tfhe", "tasks", "apps/trivium", "concrete-csprng", "backends/tfhe-cuda-backend"] members = [
"tfhe",
"tasks",
"apps/trivium",
"concrete-csprng",
"backends/tfhe-cuda-backend",
]
[profile.bench] [profile.bench]
lto = "fat" lto = "fat"
@@ -17,3 +23,4 @@ lto = "off"
inherits = "dev" inherits = "dev"
opt-level = 3 opt-level = 3
lto = "off" lto = "off"
debug-assertions = false