Function heongpu::tfhe_bootstrapping_kernel_unique_step1
Defined in File bootstrapping.cu
Function Documentation
Warning
doxygenfunction: Unable to resolve function “heongpu::tfhe_bootstrapping_kernel_unique_step1” with arguments “(const int32_t*, const int32_t*, Data64*, const Data64*, const Root64*, const Modulus64, const int32_t, const int32_t, const int32_t, const int32_t, int, int, int, int, int, int)”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expected identifier in nested name, got keyword: void [error at 4] void tfhe_bootstrapping_kernel_unique_step1 (const int32_t *input_a, const int32_t *input_b, Data64 *output, const Data64 *boot_key, const Root64 *__restrict__ forward_root_of_unity_table, const Modulus64 modulus, const int32_t encoded, const int32_t bk_offset, const int32_t bk_mask, const int32_t bk_half, int n, int N, int N_power, int k, int bk_bit, int bk_length) —-^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected ‘::’ in pointer to member (function). [error at 44] void tfhe_bootstrapping_kernel_unique_step1 (const int32_t *input_a, const int32_t *input_b, Data64 *output, const Data64 *boot_key, const Root64 *__restrict__ forward_root_of_unity_table, const Modulus64 modulus, const int32_t encoded, const int32_t bk_offset, const int32_t bk_mask, const int32_t bk_half, int n, int N, int N_power, int k, int bk_bit, int bk_length) ——————————————–^ If declarator-id: Invalid C++ declaration: Expecting “,” or “)” in parameters-and-qualifiers, got “f”. [error at 160] void tfhe_bootstrapping_kernel_unique_step1 (const int32_t *input_a, const int32_t *input_b, Data64 *output, const Data64 *boot_key, const Root64 *__restrict__ forward_root_of_unity_table, const Modulus64 modulus, const int32_t encoded, const int32_t bk_offset, const int32_t bk_mask, const int32_t bk_half, int n, int N, int N_power, int k, int bk_bit, int bk_length) —————————————————————————————————————————————————————-^