Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TestMeanMultiply_Host.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_THREADS
17 using Kokkos::Threads;
18 INST_PERF_DRIVER(double, int, Threads)
19 #endif
20 
21 #ifdef KOKKOS_ENABLE_OPENMP
22 using Kokkos::OpenMP;
23 INST_PERF_DRIVER(double, int, OpenMP)
24 #endif
#define INST_PERF_DRIVER(SCALAR, ORDINAL, DEVICE)