|
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 49 of file TestSpMv_Host.cpp.
| void mainCuda | ( | int | nGrid, |
| int | nIter, | ||
| KokkosSparse::DeviceConfig | dev_config | ||
| ) |
Definition at line 51 of file TestSpMv_Cuda.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 62 of file TestSpMv.cpp.
1.8.5