From b560ae6a7260a424d8a6715f2f4887f3dac3eaf6 Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Fri, 4 Nov 2022 08:35:01 +0100 Subject: [PATCH] fix(cuda): Remove extra ; in bootstrap header file that lead to warnings --- include/bootstrap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bootstrap.h b/include/bootstrap.h index db9ba4775..1c1cd3062 100644 --- a/include/bootstrap.h +++ b/include/bootstrap.h @@ -78,7 +78,7 @@ void cuda_extract_bits_64( uint32_t lwe_dimension_out, uint32_t glwe_dimension, uint32_t base_log_bsk, uint32_t level_count_bsk, uint32_t base_log_ksk, uint32_t level_count_ksk, uint32_t number_of_samples); -}; +} #ifdef __CUDACC__ __device__ inline int get_start_ith_ggsw(int i, uint32_t polynomial_size,