Skip to content

Commit 9db1492

Browse files
committed
remove printings
1 parent 3e73e88 commit 9db1492

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backends/tfhe-cuda-backend/cuda/include/integer/integer_utilities.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4667,8 +4667,6 @@ template <typename Torus> struct unsigned_int_div_rem_2_2_memory {
46674667

46684668
void release(cudaStream_t const *streams, uint32_t const *gpu_indexes,
46694669
uint32_t gpu_count) {
4670-
4671-
printf("2_2 release\n");
46724670
// release and delete integer ops memory objects
46734671
overflow_sub_mem_1->release(streams, gpu_indexes, gpu_count);
46744672
overflow_sub_mem_2->release(streams, gpu_indexes, gpu_count);

0 commit comments

Comments
 (0)