[Video tutorial] Implement GPU Acceleration in FHE Using Concrete

July 24, 2024
  -  
Antoniu Pop

Concrete is an open-source FHE Compiler which simplifies the use of fully homomorphic encryption (FHE).FHE is a powerful cryptographic tool, which allows computation to be performed directly on encrypted data without needing to decrypt it first. Concrete framework contains a TFHE Compiler based on LLVM, making writing FHE programs an easy task for developers.

In this tutorial, Zama team member Antoniu Pop shows you how to implement GPU acceleration in FHE using Concrete.

Additional links

Read more related posts

Concrete v2.7: GPU Wheel, Extended Function Composition and Other Improvements

Concrete v2.7 introduces the first wheel that can accelerate computations on GPUs and adds many other new features.

Read Article

Concrete — Zama's Fully Homomorphic Encryption Compiler

An introduction on how to use the Zama Concrete open source TFHE compiler

Read Article

The Encrypted Game of Life in Python Using Concrete

How to code the Game of Life in Python using Zama Concrete library.

Read Article