zama-ai / tfhe-rs

TFHE-rs: A Pure Rust implementation of the TFHE Scheme for Boolean and Integer Arithmetics Over Encrypted Data.
Other
907 stars 143 forks source link

refactor(gpu): remove max_shared_memory from pbs arguments #1439

Closed agnesLeroy closed 2 months ago

agnesLeroy commented 2 months ago

Always use max shared memory from device 0 to configure the kernels, to avoid bugs with multi-GPU configurations

closes: please link all relevant issues

PR content/description

Check-list: