Compare commits

...

1 Commits

Author SHA1 Message Date
Enzo Di Maria
b86a282931 chore(gpu): some tests on erc20 2025-12-16 16:49:01 +01:00

View File

@@ -660,6 +660,8 @@ void cuda_programmable_bootstrap_lwe_ciphertext_vector_64(
check_cuda_error(cudaGetLastError());
buffer->pbs_variant = TBC;
switch (buffer->pbs_variant) {
case PBS_VARIANT::TBC:
#if (CUDA_ARCH >= 900)