refactor(gpu): use hexes to initialize twiddles for 64 bit fft

This commit is contained in:
Beka Barbakadze
2025-02-28 14:34:36 +04:00
committed by bbarbakadze
parent 3897137a3f
commit 7e941b29c1
2 changed files with 8194 additions and 8193 deletions

View File

@@ -16,5 +16,6 @@ extend-ignore-identifiers-re = [
[files]
extend-exclude = [
"backends/tfhe-cuda-backend/cuda/src/fft128/twiddles.cu"
"backends/tfhe-cuda-backend/cuda/src/fft128/twiddles.cu",
"backends/tfhe-cuda-backend/cuda/src/fft/twiddles.cu",
]