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 87713aa commit e04112aCopy full SHA for e04112a
backends/tfhe-cuda-backend/cuda/src/device.cu
@@ -87,6 +87,7 @@ void cuda_set_device(uint32_t gpu_index) {
87
// Mempools are initialized only once in all the GPUS available
88
cuda_setup_mempool(gpu_index);
89
#ifdef USE_NVTOOLS
90
+ printf(("START PROFILE\n\n\n"));
91
check_cuda_error(cudaProfilerStart());
92
#endif
93
}
0 commit comments