12 template <
typename FadType,
int N,
typename ExecSpace>
13 double time_fad_flat(
int ncells,
int num_basis,
int num_points,
int ndim,
14 int ntrial,
bool check);
16 template <
typename FadType,
int N,
typename ExecSpace>
18 int ntrial,
bool check);
20 template <
int N,
typename ExecSpace>
22 int ntrial,
bool check);
24 template <
int N,
typename ExecSpace>
26 int ntrial,
bool check);
28 template <
int N,
typename ExecSpace>
30 int ntrial,
bool check);
double time_analytic_flat(int ncells, int num_basis, int num_points, int ndim, int ntrial, bool check)
double time_analytic_const(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)
double time_fad_flat(int ncells, int num_basis, int num_points, int ndim, int ntrial, bool check)
double time_fad_scratch(int ncells, int num_basis, int num_points, int ndim, int ntrial, bool check)
double time_analytic_team(int ncells, int num_basis, int num_points, int ndim, int ntrial, bool check)