feat(gpu): Implement fft128 in cuda backend

This commit is contained in:
Beka Barbakadze
2024-11-25 21:13:52 +04:00
committed by bbarbakadze
parent c1bf43eac1
commit 3988c85d6b
15 changed files with 17780 additions and 2 deletions

View File

@@ -13,3 +13,8 @@ extend-ignore-identifiers-re = [
# Example in trivium
"C9217BA0D762ACA1"
]
[files]
extend-exclude = [
"backends/tfhe-cuda-backend/cuda/src/fft128/twiddles.cu"
]