QMCPACK
DualAllocator.cpp
Go to the documentation of this file.
1 //////////////////////////////////////////////////////////////////////////////////////
2 // This file is distributed under the University of Illinois/NCSA Open Source License.
3 // See LICENSE file in top directory for details.
4 //
5 // Copyright (c) 2021 QMCPACK developers.
6 //
7 // File developed by: Peter Doak, doakpw@ornl.gov, Oak Ridge National Lab
8 //
9 // Refactored from: OMPallocator.cpp
10 //////////////////////////////////////////////////////////////////////////////////////
11 
12 
13 #include <cstddef>
14 #include <atomic>
15 
16 namespace qmcplusplus
17 {
18  std::atomic<size_t> dual_device_mem_allocated(0);
19 }
helper functions for EinsplineSetBuilder
Definition: Configuration.h:43
std::atomic< size_t > dual_device_mem_allocated