Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
TestSpMv.cpp File Reference
#include <iostream>
#include "TestSpMv.hpp"
#include "Kokkos_Core.hpp"
#include "Teuchos_CommandLineProcessor.hpp"
#include "Teuchos_StandardCatchMacros.hpp"
Include dependency graph for TestSpMv.cpp:

Go to the source code of this file.

Functions

template<typename Storage >
void mainHost (int nGrid, int nIter, KokkosSparse::DeviceConfig dev_config)
 
template<typename Storage >
void mainCuda (int nGrid, int nIter, KokkosSparse::DeviceConfig dev_config)
 
int main (int argc, char *argv[])
 

Function Documentation

template<typename Storage >
void mainHost ( int  nGrid,
int  nIter,
KokkosSparse::DeviceConfig  dev_config 
)

Definition at line 17 of file TestSpMv_Host.cpp.

template<typename Storage >
void mainCuda ( int  nGrid,
int  nIter,
KokkosSparse::DeviceConfig  dev_config 
)

Definition at line 19 of file TestSpMv_Cuda.cpp.

int main ( int  argc,
char *  argv[] 
)

Definition at line 30 of file TestSpMv.cpp.