#include <AMReX_Config.H>#include <AMReX_GpuQualifiers.H>#include <AMReX_GpuControl.H>#include <AMReX_GpuError.H>#include <AMReX_Box.H>#include <AMReX_TypeTraits.H>Go to the source code of this file.
Namespaces | |
| namespace | amrex |
| namespace | amrex::Gpu |
Functions | |
| template<typename T , std::enable_if_t< std::is_integral_v< T >, int > = 0> | |
| bool | amrex::isEmpty (T n) noexcept |
| template<int dim> | |
| bool | amrex::isEmpty (BoxND< dim > const &b) noexcept |
| template<typename T > | |
| __host__ __device__ range_detail::range_impl< T > | amrex::Gpu::Range (T const &b) noexcept |