Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TestMeanMultiply_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 "TestMeanMultiply.hpp"
12 
13 // Devices
14 #include "Kokkos_Core.hpp"
15 
16 #ifdef KOKKOS_ENABLE_CUDA
17 using Kokkos::Cuda;
18 INST_PERF_DRIVER(double, int, Cuda)
19 #endif
#define INST_PERF_DRIVER(SCALAR, ORDINAL, DEVICE)