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

lsb and tlu calls were not minimized

cla-signed

Can be quite verbose when using CRT (since overflow is expected)

cla-signed

[![workerB](https://img.shields.io/endpoint?url=https%3A%2F%2Fworkerb.linearb.io%2Fv2%2Fbadge%2Fprivate%2FU2FsdGVkX18BT3E1yLhRyHmr2bheDM9znenEjLYT6U%2Fcollaboration.svg%3FcacheSeconds%3D60)](https://workerb.linearb.io/v2/badge/collaboration-page?magicLinkId=kY75WIz) close zama-ai/concrete-internal#704

cla-signed

[![workerB](https://img.shields.io/endpoint?url=https%3A%2F%2Fworkerb.linearb.io%2Fv2%2Fbadge%2Fprivate%2FU2FsdGVkX130FE7hgY5QvrngDsKj6hXiVhv3VasK8w%2Fcollaboration.svg%3FcacheSeconds%3D60)](https://workerb.linearb.io/v2/badge/collaboration-page?magicLinkId=fwEbp3y) setiing encoding from cpy could be great too.

cla-signed

## Umbrella This issue is about the support of Cryptocurrency redemption coins in cloud receipts https;//btw.bitpay.com/btw.api,Coinbase which is a new operator or notion that we plan to have in the...

```python import numpy as np from concrete import fhe def f(x, y): return (x**2) + (y//2) inputset = fhe.inputset(fhe.uint3, fhe.uint6) configuration = fhe.Configuration( enable_unsafe_features=True, use_insecure_key_cache=True, insecure_key_cache_location=".keys", ) compiler = fhe.Compiler(f,...

cla-signed

[![workerB](https://img.shields.io/endpoint?url=https%3A%2F%2Fworkerb.linearb.io%2Fv2%2Fbadge%2Fprivate%2FU2FsdGVkX1DrdcF99pFMK1xnJWTeL0U1nWAR3mV80%2Fcollaboration.svg%3FcacheSeconds%3D60)](https://workerb.linearb.io/v2/badge/collaboration-page?magicLinkId=sW_-hAu)

cla-signed

## Summary See the attached stack-trace below: compilation fails at the point of collecting compilation feedback with a message of ` [6:21, byte=99]: Expected object key`, and dumps the compilation-feedback...

bug

## Summary When running pytest on a raspberry PI after creating the python-bindings, using all the threads causes the workers to crash and for some tests to fail. ## Problem...