Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Typedefs | Functions
mat_vec_hierarchical.cpp File Reference
#include "Sacado.hpp"
#include "mat_vec_hierarchical.hpp"
#include "impl/Kokkos_Timer.hpp"
Include dependency graph for mat_vec_hierarchical.cpp:

Go to the source code of this file.

Macros

#define SACADO_VIEW_CUDA_HIERARCHICAL   1
 
#define SACADO_ALIGN_SFAD   1
 
#define INST_FUNC_FAD_DEV(FAD, DEV)
 
#define INST_FUNC_DEV(DEV)
 

Typedefs

typedef Sacado::Fad::SFad
< double, HierSFadSize
SFad_type
 
typedef Sacado::Fad::SLFad
< double, HierSLFadSize
SLFad_type
 

Functions

template<typename ViewTypeA , typename ViewTypeB , typename ViewTypeC >
void run_mat_vec_hierarchical (const ViewTypeA &A, const ViewTypeB &b, const ViewTypeC &c)
 
template<typename ViewTypeA , typename ViewTypeB , typename ViewTypeC >
void check_deriv_hierarchical (const ViewTypeA &A, const ViewTypeB &b, const ViewTypeC &c)
 
template<typename FadType , typename... ViewArgs>
Perf do_time_fad_hierarchical (const size_t m, const size_t n, const size_t p, const size_t nloop, const bool check)
 

Macro Definition Documentation

#define SACADO_VIEW_CUDA_HIERARCHICAL   1

Definition at line 30 of file mat_vec_hierarchical.cpp.

#define SACADO_ALIGN_SFAD   1

Definition at line 31 of file mat_vec_hierarchical.cpp.

#define INST_FUNC_FAD_DEV (   FAD,
  DEV 
)
Value:
template Perf do_time_fad_hierarchical< FAD, Kokkos::LayoutLeft, DEV > ( const size_t m, const size_t n, const size_t p, const size_t nloop, const bool check ); \
template Perf do_time_fad_hierarchical< FAD, Kokkos::LayoutRight, DEV > ( const size_t m, const size_t n, const size_t p, const size_t nloop, const bool check ); \
template Perf do_time_fad_hierarchical< FAD, DEV > ( const size_t m, const size_t n, const size_t p, const size_t nloop, const bool check );
std::enable_if< !Kokkos::is_view_fad< View2 >::value, bool >::type check(const View1 &v_gold, const View2 &v, const double tol)
int n

Definition at line 167 of file mat_vec_hierarchical.cpp.

#define INST_FUNC_DEV (   DEV)

Typedef Documentation

Definition at line 164 of file mat_vec_hierarchical.cpp.

Definition at line 165 of file mat_vec_hierarchical.cpp.

Function Documentation

template<typename ViewTypeA , typename ViewTypeB , typename ViewTypeC >
void run_mat_vec_hierarchical ( const ViewTypeA &  A,
const ViewTypeB &  b,
const ViewTypeC &  c 
)

Definition at line 40 of file mat_vec_hierarchical.cpp.

template<typename ViewTypeA , typename ViewTypeB , typename ViewTypeC >
void check_deriv_hierarchical ( const ViewTypeA &  A,
const ViewTypeB &  b,
const ViewTypeC &  c 
)

Definition at line 75 of file mat_vec_hierarchical.cpp.

template<typename FadType , typename... ViewArgs>
Perf do_time_fad_hierarchical ( const size_t  m,
const size_t  n,
const size_t  p,
const size_t  nloop,
const bool  check 
)

Definition at line 97 of file mat_vec_hierarchical.cpp.