Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
TestCuda.cpp File Reference
#include "TestStochastic.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_FlatSparse3Tensor.hpp"
#include "Stokhos_Cuda_FlatSparse3Tensor_kji.hpp"
#include "Stokhos_Cuda_LexicographicBlockSparse3Tensor.hpp"
#include "Stokhos_Cuda_LinearSparse3Tensor.hpp"
Include dependency graph for TestCuda.cpp:

Go to the source code of this file.

Classes

struct  unit_test::performance_test_driver< Scalar, Kokkos::Cuda >
 

Namespaces

 unit_test
 

Functions

template<typename Scalar >
int mainCuda (bool test_flat, bool test_orig, bool test_lin, bool test_block, bool symmetric, int device_id)
 
template int mainCuda< float > (bool, bool, bool, bool, bool, int)
 
template int mainCuda< double > (bool, bool, bool, bool, bool, int)
 

Function Documentation

template<typename Scalar >
int mainCuda ( bool  test_flat,
bool  test_orig,
bool  test_lin,
bool  test_block,
bool  symmetric,
int  device_id 
)

Definition at line 73 of file TestCuda.cpp.

template int mainCuda< float > ( bool  ,
bool  ,
bool  ,
bool  ,
bool  ,
int   
)
template int mainCuda< double > ( bool  ,
bool  ,
bool  ,
bool  ,
bool  ,
int   
)