Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <iostream>
#include "Kokkos_Core.hpp"
#include "Teuchos_CommandLineProcessor.hpp"
#include "Teuchos_StandardCatchMacros.hpp"
Go to the source code of this file.
Functions | |
template<typename Scalar , typename Ordinal , typename Device > | |
void | performance_test_driver (const Ordinal nGrid, const Ordinal nIter, const Ordinal ensemble_min, const Ordinal ensemble_max, const Ordinal ensemble_step) |
int | main (int argc, char *argv[]) |
void performance_test_driver | ( | const Ordinal | nGrid, |
const Ordinal | nIter, | ||
const Ordinal | ensemble_min, | ||
const Ordinal | ensemble_max, | ||
const Ordinal | ensemble_step | ||
) |
Definition at line 211 of file TestSpMM.hpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 29 of file KokkosSpMM/TestSpMM.cpp.