concrete icon indicating copy to clipboard operation
concrete copied to clipboard

Concrete: TFHE Compiler that converts python programs into FHE equivalent

Results 110 concrete issues
Sort by recently updated
recently updated
newest added

**Describe the bug** LWE's `mul_from_bootstrap` returns `NotEnoughPaddingError` when passed a 1-bit precision encoder. **To Reproduce** Upon running the following code: ``` use concrete::*; use std::error::Error; fn main() -> Result {...

triage_required

**Describe the bug** I am trying to use bootstraping to perform some neural-network-like computation. I need about 30 padding bits for the computation of a layer (like a weighted summation)....

triage_required

### Please check if the PR fulfills these requirements (please use '[x]' to check the checkboxes, or submit the PR and then click the checkboxes) * [ ] Tests for...

Hello, it looks like this repo contains copies of the subrepos (concrete, conrete-core, concrete-bool, etc) with different versions each, so when you clone everything and point each dependency to its...

needs_engineer

**Describe the bug** There appears to be an inconsistency in `test_tools::assert_noise_distribution` This function computes the modular distance of the errors on the torus: https://github.com/zama-ai/concrete/blob/fbca4f8e998628e08a235550e4bb30fdae126972/concrete-core/src/backends/core/private/mod.rs#L119-L122 However, it is often called with...

bug

**What is the problem you want to solve and can not with the current version?** The current version of Concrete (tested with ae0bef, 19.1.2022) does not compile anymore with parallel...

feature_request

I read on your web page that concrete supports GPU acceleration. ("Optional GPU acceleration makes things even faster." on https://zama.ai/concrete/) The question is that how can we turn on GPU...

feature_request

I am working on implementing the forward pass of a neural network homomorphically encrypted using Concrete. For bootstrapping I am currently looping over the VectorLWE and applying bootstrap_nth for each...

feature_request

# Description fixes zama-ai/concrete_internal#537 This adds a `cuda` feature to the concrete-boolean crate. When this feature is enabled, the bootstrap and keyswitch steps are done one the gpu using concrete-core...

cla-signed

# Description In the next Slab CI bot release, the inner workings of the server change a bit. In order to have more flexibility on command declaration and EC2 profile...

cla-signed