Skip to content

Commit

Permalink
fix(gpu): remove extra single carry propagation from partial sum
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermo-oyarzun committed Oct 2, 2024
1 parent 375481c commit 5a20d72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tfhe/src/integer/gpu/server_key/radix/add.rs
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ impl CudaServerKey {
);
}
}
self.propagate_single_carry_assign_async(result, streams);
}

pub fn unchecked_sum_ciphertexts<T: CudaIntegerRadixCiphertext>(
Expand Down

0 comments on commit 5a20d72

Please sign in to comment.