diff --git a/Grid/threads/Accelerator.h b/Grid/threads/Accelerator.h index 74a3ea22..026f803d 100644 --- a/Grid/threads/Accelerator.h +++ b/Grid/threads/Accelerator.h @@ -149,6 +149,9 @@ inline void *acceleratorAllocShared(size_t bytes) ptr = (void *) NULL; printf(" cudaMallocManaged failed for %d %s \n",bytes,cudaGetErrorString(err)); } + // size_t free,total; + // cudaMemGetInfo(&free,&total); + // std::cout << "Malloc managed "<