Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_UnitTestRepository.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Kokkos_Core.hpp"
#include "Stokhos_Cuda_CrsMatrix.hpp"
#include "Stokhos_Cuda_BlockCrsMatrix.hpp"
#include "Stokhos_Cuda_StochasticProductTensor.hpp"
#include "Stokhos_Cuda_SymmetricDiagonalSpec.hpp"
#include "Stokhos_Cuda_CrsProductTensor.hpp"
#include "Stokhos_Cuda_TiledCrsProductTensor.hpp"
#include "Stokhos_Cuda_SimpleTiledCrsProductTensor.hpp"
#include "Stokhos_Cuda_CooProductTensor.hpp"
#include "Stokhos_Cuda_LinearSparse3Tensor.hpp"
#include "Stokhos_KokkosArrayKernelsUnitTest.hpp"
#include "Stokhos_KokkosArrayKernelsUnitTestDecl.hpp"
Go to the source code of this file.
Macros | |
#define | TILED_CRS_TEST(SCALAR, DEVICE) TEUCHOS_UNIT_TEST_TEMPLATE_2_INSTANT( Kokkos_SG_SpMv, TiledCrsProductTensor, SCALAR, DEVICE ) |
#define | UNIT_TEST_GROUP_SCALAR_CUDA(SCALAR) |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
UnitTestSetup< Kokkos::Cuda > | setup |
#define TILED_CRS_TEST | ( | SCALAR, | |
DEVICE | |||
) | TEUCHOS_UNIT_TEST_TEMPLATE_2_INSTANT( Kokkos_SG_SpMv, TiledCrsProductTensor, SCALAR, DEVICE ) |
Definition at line 48 of file Stokhos_KokkosArrayKernelsUnitTest_Cuda.cpp.
#define UNIT_TEST_GROUP_SCALAR_CUDA | ( | SCALAR | ) |
Definition at line 52 of file Stokhos_KokkosArrayKernelsUnitTest_Cuda.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 72 of file Stokhos_KokkosArrayKernelsUnitTest_Cuda.cpp.
UnitTestSetup<Kokkos::Cuda> setup |
Definition at line 34 of file Stokhos_KokkosArrayKernelsUnitTest_Cuda.cpp.