|
Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#include <iostream>#include "Stokhos_Sacado_Kokkos.hpp"#include "KokkosSparse_CrsMatrix.hpp"#include "KokkosSparse_spmv.hpp"#include "Kokkos_CrsMatrix_MP_Vector.hpp"#include "Sacado_mpl_range_c.hpp"#include "Sacado_mpl_for_each.hpp"#include "Sacado_mpl_integral_c.hpp"#include "Kokkos_Timer.hpp"

Go to the source code of this file.
Classes | |
| struct | PerformanceDriverOp< Storage, Method > |
Functions | |
| template<typename IntType> | |
| IntType | map_fem_graph_coord (const IntType &N, const IntType &i, const IntType &j, const IntType &k) |
| size_t | generate_fem_graph (size_t N, std::vector< std::vector< size_t > > &graph) |
| template<typename StorageType, typename MultiplyTag> | |
| std::vector< double > | test_mpvector_spmv (const int ensemble_length, const int nGrid, const int iterCount, KokkosSparse::DeviceConfig dev_config, MultiplyTag tag) |
| template<typename ScalarType, typename OrdinalType, typename Device> | |
| std::vector< double > | test_scalar_spmv (const int ensemble_length, const int nGrid, const int iterCount, KokkosSparse::DeviceConfig dev_config) |
| template<class Storage, int entry_min, int entry_max, int entry_step> | |
| void | performance_test_driver (const int nGrid, const int nIter, KokkosSparse::DeviceConfig dev_config) |
|
inline |
Definition at line 59 of file TestSpMv.hpp.
|
inline |
Definition at line 68 of file TestSpMv.hpp.
| std::vector< double > test_mpvector_spmv | ( | const int | ensemble_length, |
| const int | nGrid, | ||
| const int | iterCount, | ||
| KokkosSparse::DeviceConfig | dev_config, | ||
| MultiplyTag | tag ) |
Definition at line 102 of file TestSpMv.hpp.
| std::vector< double > test_scalar_spmv | ( | const int | ensemble_length, |
| const int | nGrid, | ||
| const int | iterCount, | ||
| KokkosSparse::DeviceConfig | dev_config ) |
Definition at line 187 of file TestSpMv.hpp.
| void performance_test_driver | ( | const int | nGrid, |
| const int | nIter, | ||
| KokkosSparse::DeviceConfig | dev_config ) |
Definition at line 305 of file TestSpMv.hpp.