scratch_cuda_programmable_bootstrap_128

Function scratch_cuda_programmable_bootstrap_128 

Source
pub unsafe extern "C" fn scratch_cuda_programmable_bootstrap_128(
    stream: *mut c_void,
    gpu_index: u32,
    buffer: *mut *mut i8,
    lwe_dimension: u32,
    glwe_dimension: u32,
    polynomial_size: u32,
    level_count: u32,
    input_lwe_ciphertext_count: u32,
    allocate_gpu_memory: bool,
    noise_reduction_type: PBS_MS_REDUCTION_T,
) -> u64