We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e73e88 commit 9db1492Copy full SHA for 9db1492
backends/tfhe-cuda-backend/cuda/include/integer/integer_utilities.h
@@ -4667,8 +4667,6 @@ template <typename Torus> struct unsigned_int_div_rem_2_2_memory {
4667
4668
void release(cudaStream_t const *streams, uint32_t const *gpu_indexes,
4669
uint32_t gpu_count) {
4670
-
4671
- printf("2_2 release\n");
4672
// release and delete integer ops memory objects
4673
overflow_sub_mem_1->release(streams, gpu_indexes, gpu_count);
4674
overflow_sub_mem_2->release(streams, gpu_indexes, gpu_count);
0 commit comments