From 2ff1fa6fad239070e8f9d4263ad0eae9e6e221e0 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Tue, 23 Jun 2020 22:14:56 -0400 Subject: [PATCH] UVM used shared for CPU alloccations andd ddont migrate --- Grid/allocator/MemoryManager.cc | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/Grid/allocator/MemoryManager.cc b/Grid/allocator/MemoryManager.cc index fa60e820..c92cd18a 100644 --- a/Grid/allocator/MemoryManager.cc +++ b/Grid/allocator/MemoryManager.cc @@ -35,8 +35,6 @@ void *MemoryManager::AcceleratorAllocate(size_t bytes) if ( ptr == (void *) NULL ) { ptr = (void *) acceleratorAllocDevice(bytes); total_device+=bytes; - // std::cout <<"AcceleratorAllocate: allocated Accelerator pointer "<