#include <AMReX_Config.H>
#include <AMReX_Print.H>
#include <AMReX_Arena.H>
#include <AMReX_GpuDevice.H>
#include <cuda.h>
#include <driver_types.h>
#include <cuda_runtime.h>
#include <limits>
#include <map>
#include <memory>
#include <type_traits>
Go to the source code of this file.
|
template<typename A1 , typename A2 , std::enable_if_t< IsArenaAllocator< A1 >::value &&IsArenaAllocator< A2 >::value, int > = 0> |
bool | amrex::operator== (A1 const &a1, A2 const &a2) |
|
template<typename A1 , typename A2 , std::enable_if_t< IsArenaAllocator< A1 >::value &&IsArenaAllocator< A2 >::value, int > = 0> |
bool | amrex::operator!= (A1 const &a1, A2 const &a2) |
|