Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chor(gpu): add degree information to cuda int_radix_lut
Browse files Browse the repository at this point in the history
agnesLeroy committed Jan 24, 2025

Verified

This commit was signed with the committer’s verified signature.
agnesLeroy Agnès Leroy
1 parent 26ff645 commit 703b010
Showing 6 changed files with 358 additions and 193 deletions.
Original file line number Diff line number Diff line change
@@ -112,6 +112,8 @@ template <typename Torus> struct int_decompression {

generate_device_accumulator_with_encoding<Torus>(
streams[0], gpu_indexes[0], decompression_rescale_lut->get_lut(0, 0),
decompression_rescale_lut->get_degree(0),
decompression_rescale_lut->get_max_degree(0),
encryption_params.glwe_dimension, encryption_params.polynomial_size,
effective_compression_message_modulus,
effective_compression_carry_modulus,
Loading

0 comments on commit 703b010

Please sign in to comment.