Skip to content

Commit e04112a

Browse files
fix(gpu): printf
1 parent 87713aa commit e04112a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/tfhe-cuda-backend/cuda/src/device.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ void cuda_set_device(uint32_t gpu_index) {
8787
// Mempools are initialized only once in all the GPUS available
8888
cuda_setup_mempool(gpu_index);
8989
#ifdef USE_NVTOOLS
90+
printf(("START PROFILE\n\n\n"));
9091
check_cuda_error(cudaProfilerStart());
9192
#endif
9293
}

0 commit comments

Comments
 (0)