Skip to content

v2.7.0

Latest
Compare
Choose a tag to compare
@BourgerieQuentin BourgerieQuentin released this 21 Jun 15:23
· 20 commits to main since this release

Summary

Concrete v2.7.0 includes several key enhancements and new features:

  • GPU backend: Concrete comes for the first time with a GPU wheel! To facilitate this, we have set up a public Zama PyPI repository at https://pypi.zama.ai/. Here, you can find stable, release candidate (rc), and nightly wheels for both CPU and GPU.

  • Module optimizations: FHE modules have been improved. Users can now describe the wiring between module functions, allowing for better compilation and optimization of complex programs.

  • New features and fixes: As with all new Concrete releases, this version introduces several new features, including fancy indexing, dynamic assignement/indexing, overflow detection in simulation and some bug fixes.

What's Changed

New features

Improvements

Fixes

Resources