From c234a7f9137638aac541a8e9f1746ac63476d9ac Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Thu, 7 Oct 2021 20:04:57 +0100 Subject: [PATCH] Accidental verbose --- Grid/threads/Accelerator.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Grid/threads/Accelerator.h b/Grid/threads/Accelerator.h index 8ecda742..feb73da5 100644 --- a/Grid/threads/Accelerator.h +++ b/Grid/threads/Accelerator.h @@ -133,11 +133,7 @@ inline void cuda_mem(void) }; \ dim3 cu_threads(nsimd,acceleratorThreads(),1); \ dim3 cu_blocks ((num1+nt-1)/nt,num2,1); \ - std::cout << "========================== CUDA KERNEL CALL\n"; \ - cuda_mem(); \ LambdaApply<<>>(num1,num2,nsimd,lambda); \ - cuda_mem(); \ - std::cout << "========================== CUDA KERNEL DONE\n"; \ } #define accelerator_for6dNB(iter1, num1, \