50 static void run(
bool test_flat,
bool test_orig,
bool test_lin,
51 bool test_block,
bool symmetric) {
52 typedef Kokkos::Cuda Device;
61 performance_test_driver_all<Scalar,Device>(
62 3 , 1 , 9 , nGrid , nIter , test_block , symmetric );
63 performance_test_driver_all<Scalar,Device>(
64 5 , 1 , 5 , nGrid , nIter , test_block , symmetric );
71 performance_test_driver_poly<Scalar,Device,Stokhos::DefaultMultiply>(
72 3 , 1 , 12 , nGrid , nIter , test_block , symmetric );
73 performance_test_driver_poly<Scalar,Device,Stokhos::DefaultMultiply>(
74 5 , 1 , 6 , nGrid , nIter , test_block , symmetric );
81 performance_test_driver_linear<Scalar,Device,Stokhos::DefaultMultiply>(
82 31 , 255 , 32 , nGrid , nIter , test_block , symmetric );