zama-ai / tfhe-rs

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

fix(gpu): ensure `single carry propagation` returns carry #1193

Closed bbarbakadze closed 1 month ago

bbarbakadze commented 1 month ago

cuda backend propagate_single_carry now returns carry_out instead of only processing input carries.