|
Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Teuchos_UnitTestHarness.hpp"#include "Teuchos_UnitTestRepository.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp"#include "Kokkos_Core.hpp"
Go to the source code of this file.
Macros | |
| #define | CRS_MATRIX_MP_VECTOR_MULTIPLY_TESTS_STORAGE_OP(STORAGE, OP) |
| #define | CRS_MATRIX_MP_VECTOR_MULTIPLY_TESTS_ORDINAL_SCALAR_DEVICE(ORDINAL, SCALAR, DEVICE) |
Functions | |
| template<typename Storage, typename Ordinal, typename MultiplyOp, Ordinal NumPerThread, Ordinal ThreadsPerVector> | |
| bool | test_host_embedded_vector (Ordinal num_hyper_threads, Ordinal num_cores, Teuchos::FancyOStream &out) |
| TEUCHOS_UNIT_TEST_TEMPLATE_2_DECL (Kokkos_CrsMatrix_MP, Multiply_1, Storage, MultiplyOp) | |
| TEUCHOS_UNIT_TEST_TEMPLATE_2_DECL (Kokkos_CrsMatrix_MP, Multiply_2, Storage, MultiplyOp) | |
Variables | |
| size_t | num_cores |
| size_t | num_hyper_threads |
| #define CRS_MATRIX_MP_VECTOR_MULTIPLY_TESTS_STORAGE_OP | ( | STORAGE, | |
| OP ) |
Definition at line 98 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest_Serial.cpp.
| #define CRS_MATRIX_MP_VECTOR_MULTIPLY_TESTS_ORDINAL_SCALAR_DEVICE | ( | ORDINAL, | |
| SCALAR, | |||
| DEVICE ) |
Definition at line 108 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest_Serial.cpp.
| bool test_host_embedded_vector | ( | Ordinal | num_hyper_threads, |
| Ordinal | num_cores, | ||
| Teuchos::FancyOStream & | out ) |
Definition at line 56 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest_Serial.cpp.
| TEUCHOS_UNIT_TEST_TEMPLATE_2_DECL | ( | Kokkos_CrsMatrix_MP | , |
| Multiply_1 | , | ||
| Storage | , | ||
| MultiplyOp | ) |
Definition at line 78 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest_Serial.cpp.
| TEUCHOS_UNIT_TEST_TEMPLATE_2_DECL | ( | Kokkos_CrsMatrix_MP | , |
| Multiply_2 | , | ||
| Storage | , | ||
| MultiplyOp | ) |
Definition at line 88 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest_Serial.cpp.
| size_t num_cores |
Definition at line 76 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest_Serial.cpp.
| size_t num_hyper_threads |
Definition at line 76 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest_Serial.cpp.