#include "Sacado.hpp"
#include "advection_hierarchical.hpp"
#include "common.hpp"
#include "impl/Kokkos_Timer.hpp"
Go to the source code of this file.
|
template<typename FluxView , typename WgbView , typename SrcView , typename WbsView , typename ResidualView > |
void | run_fad_hierarchical_flat (const FluxView &flux, const WgbView &wgb, const SrcView &src, const WbsView &wbs, const ResidualView &residual) |
|
template<typename FluxView , typename WgbView , typename SrcView , typename WbsView , typename ResidualView > |
void | run_fad_hierarchical_team (const FluxView &flux, const WgbView &wgb, const SrcView &src, const WbsView &wbs, const ResidualView &residual) |
|
template<typename FadType , int N, typename ExecSpace > |
double | time_fad_hierarchical_flat (int ncells, int num_basis, int num_points, int ndim, int ntrial, bool check) |
|
template<typename FadType , int N, typename ExecSpace > |
double | time_fad_hierarchical_team (int ncells, int num_basis, int num_points, int ndim, int ntrial, bool check) |
|
#define SACADO_VIEW_CUDA_HIERARCHICAL 1 |
#define SACADO_ALIGN_SFAD 1 |
#define INST_FUNC_FAD_N_DEV |
( |
|
FAD, |
|
|
|
N, |
|
|
|
DEV |
|
) |
| |
Value:template double time_fad_hierarchical_flat< FAD, N, DEV >(
int ncells,
int num_basis,
int num_points,
int ndim,
int ntrial,
bool check); \
template
double time_fad_hierarchical_team< FAD, N, DEV >(
int ncells,
int num_basis,
int num_points,
int ndim,
int ntrial,
bool check);
std::enable_if< !Kokkos::is_view_fad< View2 >::value, bool >::type check(const View1 &v_gold, const View2 &v, const double tol)
Definition at line 205 of file const_basis/advection_hierarchical.cpp.
#define INST_FUNC_DEV |
( |
|
DEV | ) |
|
template<typename FluxView , typename WgbView , typename SrcView , typename WbsView , typename ResidualView >
void run_fad_hierarchical_flat |
( |
const FluxView & |
flux, |
|
|
const WgbView & |
wgb, |
|
|
const SrcView & |
src, |
|
|
const WbsView & |
wbs, |
|
|
const ResidualView & |
residual |
|
) |
| |
template<typename FluxView , typename WgbView , typename SrcView , typename WbsView , typename ResidualView >
void run_fad_hierarchical_team |
( |
const FluxView & |
flux, |
|
|
const WgbView & |
wgb, |
|
|
const SrcView & |
src, |
|
|
const WbsView & |
wbs, |
|
|
const ResidualView & |
residual |
|
) |
| |
template<typename FadType , int N, typename ExecSpace >
double time_fad_hierarchical_flat |
( |
int |
ncells, |
|
|
int |
num_basis, |
|
|
int |
num_points, |
|
|
int |
ndim, |
|
|
int |
ntrial, |
|
|
bool |
check |
|
) |
| |
template<typename FadType , int N, typename ExecSpace >
double time_fad_hierarchical_team |
( |
int |
ncells, |
|
|
int |
num_basis, |
|
|
int |
num_points, |
|
|
int |
ndim, |
|
|
int |
ntrial, |
|
|
bool |
check |
|
) |
| |