GPU acceleration
Prerequisites
Importing to your project
tfhe = { version = "0.8.7", features = ["boolean", "shortint", "integer", "x86_64-unix", "gpu"] }tfhe = { version = "0.8.7", features = [ "boolean", "shortint", "integer", "aarch64-unix", "gpu" ] }Supported platforms
OS
x86
aarch64
A first example
Configuring and creating keys.
Setting the keys
Encryption
Computation
Decryption
List of available operations
Multi-GPU support
Benchmark
Warning
Compressing ciphertexts after some homomorphic computation on the GPU
Last updated
Was this helpful?