Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <string>
#include <iostream>
#include <cstdlib>
#include "Kokkos_Core.hpp"
#include "Stokhos_ConfigDefs.h"
Go to the source code of this file.
Functions | |
template<typename scalar , typename device > | |
int | mainHost (bool test_flat, bool test_orig, bool test_deg, bool test_lin, bool test_block, bool symmetric, bool mkl) |
template<typename scalar > | |
int | mainCuda (bool test_flat, bool test_orig, bool test_lin, bool test_block, bool symmetric, int device_id) |
int | main (int argc, char *argv[]) |
int mainHost | ( | bool | test_flat, |
bool | test_orig, | ||
bool | test_deg, | ||
bool | test_lin, | ||
bool | test_block, | ||
bool | symmetric, | ||
bool | mkl | ||
) |
Definition at line 98 of file TestHost.cpp.
int mainCuda | ( | bool | test_flat, |
bool | test_orig, | ||
bool | test_lin, | ||
bool | test_block, | ||
bool | symmetric, | ||
int | device_id | ||
) |
Definition at line 73 of file TestCuda.cpp.