Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <iostream>
#include "TestSpMv.hpp"
#include "Kokkos_Core.hpp"
#include "Teuchos_CommandLineProcessor.hpp"
#include "Teuchos_StandardCatchMacros.hpp"
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[]) |
void mainHost | ( | int | nGrid, |
int | nIter, | ||
KokkosSparse::DeviceConfig | dev_config | ||
) |
Definition at line 17 of file TestSpMv_Host.cpp.
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.