Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tfhe_cuda_backend insteaof of concrete_cuda #1064

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
[submodule "lattice-estimator"]
path = third_party/lattice-estimator
url = https://github.com/malb/lattice-estimator
[submodule "third_party/tfhe-rs"]
path = third_party/tfhe-rs
url = https://github.com/zama-ai/tfhe-rs.git
1 change: 1 addition & 0 deletions backends/concrete-cuda/implementation
86 changes: 0 additions & 86 deletions backends/concrete-cuda/implementation/CMakeLists.txt

This file was deleted.

3 changes: 0 additions & 3 deletions backends/concrete-cuda/implementation/CPPLINT.cfg

This file was deleted.

53 changes: 0 additions & 53 deletions backends/concrete-cuda/implementation/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions backends/concrete-cuda/implementation/check_cuda.cu

This file was deleted.

7 changes: 0 additions & 7 deletions backends/concrete-cuda/implementation/format_concrete_cuda.sh

This file was deleted.

48 changes: 0 additions & 48 deletions backends/concrete-cuda/implementation/include/bit_extraction.h

This file was deleted.

74 changes: 0 additions & 74 deletions backends/concrete-cuda/implementation/include/boolean_gates.h

This file was deleted.

Loading
Loading