chore(docs): add link to GPU and HPU backend docs in the installation page

This commit is contained in:
Arthur Meyre
2025-07-04 15:10:46 +02:00
parent c44d72fe7e
commit bee368329f

View File

@@ -37,3 +37,11 @@ To add support for older CPU, import **TFHE-rs** with the `software-prng` featur
```toml
tfhe = { version = "~1.3.1", features = ["boolean", "shortint", "integer", "software-prng"] }
```
## Hardware acceleration
**TFHE-rs** now features hardware-accelerated backends.
You can refer to the:
- [GPU backend instructions](../configuration/gpu_acceleration/run_on_gpu.md) to benefit from GPU accelerated primitives.
- [HPU backend instructions](../configuration/hpu_acceleration/run_on_hpu.md) to benefit from custom FPGA accelerated primitives.