Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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

◆ mainHost()

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

Definition at line 49 of file TestSpMv_Host.cpp.

◆ mainCuda()

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

Definition at line 51 of file TestSpMv_Cuda.cpp.

◆ main()

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

Definition at line 62 of file TestSpMv.cpp.