From 8de2b678ee24197f10b7afad3394feb5aed98760 Mon Sep 17 00:00:00 2001 From: Agnes Leroy Date: Wed, 11 Dec 2024 13:56:38 +0100 Subject: [PATCH] chore(gpu): remove stream sync in broadcast lut --- .../tfhe-cuda-backend/cuda/include/integer/integer_utilities.h | 1 - 1 file changed, 1 deletion(-) diff --git a/backends/tfhe-cuda-backend/cuda/include/integer/integer_utilities.h b/backends/tfhe-cuda-backend/cuda/include/integer/integer_utilities.h index 1df9994c0c..c7af16d8c8 100644 --- a/backends/tfhe-cuda-backend/cuda/include/integer/integer_utilities.h +++ b/backends/tfhe-cuda-backend/cuda/include/integer/integer_utilities.h @@ -479,7 +479,6 @@ template struct int_radix_lut { cuda_memcpy_async_gpu_to_gpu(dst_lut_indexes, src_lut_indexes, num_blocks * sizeof(Torus), streams[i], gpu_indexes[i]); - cuda_synchronize_stream(streams[i], gpu_indexes[i]); } } }