-
## Summary
What happened/what you expected to happen?
core dump
## Description
- versions affected: v2.0.0
- python version: 3.10.12
- HW
```processor : 31
vendor_id : GenuineIntel
c…
-
I was wondering if it were possible to implement the FHE proof in a client-server architecture instead of keeping everything in the same file. I was wondering since all examples use a single-file stru…
-
While using the supplied instructions to build the docker image, the process fails. There seems to be some checksum error with loading com_grail_bazel_toolchain
Error message log data is below:
…
-
**Description**
Installation with pip install Pyfhel fails with an error.
**Code To Reproduce Error**
pip install .
**Results in**
In file included from /Users/mojtabaabdolmaleki/Desktop/FHE…
-
-
**What is the problem you want to solve and can not with the current version?**
Hi, I was wondering if you have considered GPU/CUDA acceleration for gate evaluation and bootstrapping.
**Describe t…
-
## Feature request
I would like to request the support of the [torch.nn.Unfold](https://pytorch.org/docs/stable/generated/torch.nn.Unfold.html) function, or a numpy equivalent.
## Motivation
…
-
## Winner
This bounty has been solved, see the entire solution [here](https://github.com/zama-ai/concrete-numpy/commit/e126a11fcbc3fe19be947a2f6f92f90e280072c8).
## Overview
Support bitwise operati…
-
I have some questions, say I have a set or sequence of encrypted numbers outsourced to the cloud. Now client sent an encrypted range query to the server. Now I want the server to do the computation an…
-
I tried this code:
```python
from sklearn.datasets import make_classification
from sklearn.model_selection import train_test_split
from concrete.ml.sklearn import LogisticRegression
# Lets crea…