From 62780ac50061647a0e2f295e9eccf4bcfe2af288 Mon Sep 17 00:00:00 2001 From: Guillermo Oyarzun Date: Fri, 24 Oct 2025 09:59:30 +0200 Subject: [PATCH] fix(gpu): fix decompression mem leak --- .../cuda/include/integer/compression/compression_utilities.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/backends/tfhe-cuda-backend/cuda/include/integer/compression/compression_utilities.h b/backends/tfhe-cuda-backend/cuda/include/integer/compression/compression_utilities.h index a1d2d4fba..2642ac9d0 100644 --- a/backends/tfhe-cuda-backend/cuda/include/integer/compression/compression_utilities.h +++ b/backends/tfhe-cuda-backend/cuda/include/integer/compression/compression_utilities.h @@ -92,10 +92,6 @@ template struct int_decompression { // rescale is only needed on 64-bit decompression if constexpr (std::is_same_v) { - decompression_rescale_lut = new int_radix_lut( - streams, encryption_params, 1, num_blocks_to_decompress, - allocate_gpu_memory, size_tracker); - // Rescale is done using an identity LUT // Here we do not divide by message_modulus // Example: in the 2_2 case we are mapping a 2-bit message onto a 4-bit