Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
main.cpp File Reference
#include <string>
#include <iostream>
#include <cstdlib>
#include "Kokkos_Core.hpp"
#include "Stokhos_ConfigDefs.h"
Include dependency graph for main.cpp:

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[])
 

Function Documentation

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 
)

Definition at line 98 of file TestHost.cpp.

template<typename scalar >
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.

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

Definition at line 26 of file main.cpp.