From 7a7aa61d52d5459efe548e31005f36882d45ee46 Mon Sep 17 00:00:00 2001 From: Mohammad Atif Date: Mon, 4 Dec 2023 16:37:28 -0500 Subject: [PATCH] cleaned up --- Grid/allocator/MemoryManager.cc | 4 ++-- Grid/threads/Accelerator.h | 12 ------------ benchmarks/Benchmark_su3.cc | 7 +++---- 3 files changed, 5 insertions(+), 18 deletions(-) diff --git a/Grid/allocator/MemoryManager.cc b/Grid/allocator/MemoryManager.cc index dfe61359..8654c1de 100644 --- a/Grid/allocator/MemoryManager.cc +++ b/Grid/allocator/MemoryManager.cc @@ -223,7 +223,7 @@ void MemoryManager::InitMessage(void) { std::cout << GridLogMessage<< "MemoryManager::Init() Using SYCL malloc_shared"<D copy to device start "<D copy to device end "<H copy from device start "<H copy from device end "<(bytes, q); return ptr; #else - std::cout << " l-l-l-l-l-l-l-l-l-l-l-l-l Allocating shared mem from OMPTARGET from LLVM l-l-l-l-l-l-l-l-l-l-l-l "<({45,12,81,9})); - std::cout << __FILE__ << " " << __LINE__ << std::endl; - LatticeColourMatrix z(&Grid); std::cout << "z lattice color mat " << std::endl; random(pRNG,z); - LatticeColourMatrix x(&Grid); std::cout << "x lattice color mat " << std::endl; random(pRNG,x); - LatticeColourMatrix y(&Grid); std::cout << "y lattice color mat " << std::endl; random(pRNG,y); + LatticeColourMatrix z(&Grid); random(pRNG,z); + LatticeColourMatrix x(&Grid); random(pRNG,x); + LatticeColourMatrix y(&Grid); random(pRNG,y); for(int64_t i=0;i