Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TestSpMM_Cuda.cpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Stokhos Package
4 //
5 // Copyright 2009 NTESS and the Stokhos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 // Tests
11 #include "TestSpMM.hpp"
12 
13 // Devices
14 #include "Kokkos_Core.hpp"
15 
16 template void performance_test_driver< double, int, Kokkos::Cuda>(
17  const int nGrid, const int nIter, const int ensemble_min,
18  const int ensemble_max, const int ensemble_step);