Skip to content

Commit

Permalink
Replace impl/Kokkos_Timer.hpp includes with Kokkos_Timer.hpp
Browse files Browse the repository at this point in the history
impl/Kokkos_Timer.hpp was deprecated in kokkos/kokkos#4201
  • Loading branch information
ndellingwood committed Aug 4, 2021
1 parent 760115c commit 2b4b9b4
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion example/fenl/CGSolve.hpp
Expand Up @@ -50,7 +50,7 @@
#include <Kokkos_Core.hpp>
#include <KokkosBlas.hpp>
#include <KokkosSparse_spmv.hpp>
#include <impl/Kokkos_Timer.hpp>
#include <Kokkos_Timer.hpp>

#include <WrapMPI.hpp>

Expand Down
2 changes: 1 addition & 1 deletion example/fenl/fenl_functors.hpp
Expand Up @@ -57,7 +57,7 @@
#include <Kokkos_Pair.hpp>
#include <Kokkos_UnorderedMap.hpp>

#include <impl/Kokkos_Timer.hpp>
#include <Kokkos_Timer.hpp>

#include <BoxElemFixture.hpp>
#include <HexElement.hpp>
Expand Down
2 changes: 1 addition & 1 deletion example/fenl/fenl_impl.hpp
Expand Up @@ -53,7 +53,7 @@
#include <Kokkos_StaticCrsGraph.hpp>
#include <KokkosSparse_spmv.hpp>
#include <KokkosBlas.hpp>
#include <impl/Kokkos_Timer.hpp>
#include <Kokkos_Timer.hpp>

// Examples headers:

Expand Down
Expand Up @@ -59,7 +59,7 @@
// Kokkos Includes
#include <Kokkos_Core.hpp>
#include <Kokkos_UniqueToken.hpp>
#include <impl/Kokkos_Timer.hpp>
#include <Kokkos_Timer.hpp>

// Kokkos Kernels Includes
#include <KokkosKernels_HashmapAccumulator.hpp>
Expand Down
2 changes: 1 addition & 1 deletion perf_test/batched/KokkosBatched_Test_BlockCrs_Cuda.cpp
Expand Up @@ -20,7 +20,7 @@
*/

#include "Kokkos_Core.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"

#if defined(KOKKOS_ENABLE_CUDA)
#define __KOKKOSBATCHED_TEST_ENABLE_CUDA__
Expand Down
2 changes: 1 addition & 1 deletion perf_test/batched/KokkosBatched_Test_BlockCrs_Host.cpp
Expand Up @@ -20,7 +20,7 @@
*/

#include "Kokkos_Core.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"

#include "KokkosBatched_Util.hpp"

Expand Down
@@ -1,6 +1,6 @@
/// Kokkos headers
#include "Kokkos_Core.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"
#include "Kokkos_Random.hpp"


Expand Down
@@ -1,6 +1,6 @@
/// Kokkos headers
#include "Kokkos_Core.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"
#include "Kokkos_Random.hpp"

#if defined(KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA)
Expand Down
@@ -1,6 +1,6 @@
/// Kokkos headers
#include "Kokkos_Core.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"
#include "Kokkos_Random.hpp"

#if defined(KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA)
Expand Down
@@ -1,7 +1,7 @@
/// \author Kyungjoo Kim (kyukim@sandia.gov)

#include "Kokkos_Core.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"

#if defined(KOKKOS_ENABLE_CUDA)

Expand Down
Expand Up @@ -12,7 +12,7 @@
#endif

#include "Kokkos_Core.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"
#include "Kokkos_Random.hpp"

#include "KokkosBatched_Vector.hpp"
Expand Down
Expand Up @@ -11,7 +11,7 @@
#endif

#include "Kokkos_Core.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"
#include "Kokkos_Random.hpp"

#include "KokkosBatched_Vector.hpp"
Expand Down
@@ -1,7 +1,7 @@
/// \author Kyungjoo Kim (kyukim@sandia.gov)

#include "Kokkos_Core.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"

#if defined(KOKKOS_ENABLE_CUDA)

Expand Down
Expand Up @@ -10,7 +10,7 @@
#endif

#include "Kokkos_Core.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"

#include "KokkosBatched_Vector.hpp"

Expand Down
@@ -1,7 +1,7 @@
/// \author Kyungjoo Kim (kyukim@sandia.gov)

#include "Kokkos_Core.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"

#if defined(KOKKOS_ENABLE_CUDA)

Expand Down
Expand Up @@ -8,7 +8,7 @@
#endif

#include "Kokkos_Core.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"

#include "KokkosBatched_Vector.hpp"

Expand Down
2 changes: 1 addition & 1 deletion perf_test/sparse/KokkosSparse_pcg.hpp
Expand Up @@ -48,7 +48,7 @@
#include <cmath>
#include <limits>
#include <Kokkos_Core.hpp>
#include <impl/Kokkos_Timer.hpp>
#include <Kokkos_Timer.hpp>

#include <Kokkos_Atomic.hpp>
#include <Kokkos_MemoryTraits.hpp>
Expand Down
2 changes: 1 addition & 1 deletion perf_test/test_crsmatrix.cpp
Expand Up @@ -54,7 +54,7 @@
#include <Kokkos_MV.hpp>
#include <KokkosSparse_spmv.hpp>
#include <Kokkos_CrsMatrix.hpp>
#include <impl/Kokkos_Timer.hpp>
#include <Kokkos_Timer.hpp>

typedef Kokkos::DefaultExecutionSpace execution_space;

Expand Down
2 changes: 1 addition & 1 deletion src/batched/KokkosBatched_Test_BlockCrs_Util.hpp
Expand Up @@ -5,7 +5,7 @@
#include <stdexcept>

#include "Kokkos_Core.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"

#include "KokkosBatched_Util.hpp"

Expand Down
2 changes: 1 addition & 1 deletion src/batched/KokkosBatched_Util.hpp
Expand Up @@ -20,7 +20,7 @@
#include "Kokkos_Core.hpp"
#include "Kokkos_Complex.hpp"
#include "Kokkos_ArithTraits.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"

#include "KokkosKernels_config.h"

Expand Down
2 changes: 1 addition & 1 deletion src/common/KokkosKernels_PrintUtils.hpp
Expand Up @@ -46,7 +46,7 @@
#define _KOKKOSKERNELS_PRINTUTILS_HPP
#include "Kokkos_Core.hpp"
#include "Kokkos_Atomic.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"
#include <ostream>

namespace KokkosKernels{
Expand Down
2 changes: 1 addition & 1 deletion src/common/KokkosKernels_SimpleUtils.hpp
Expand Up @@ -46,7 +46,7 @@
#include "Kokkos_Core.hpp"
#include "Kokkos_Atomic.hpp"
#include "Kokkos_ArithTraits.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"
#include <type_traits>


Expand Down
2 changes: 1 addition & 1 deletion src/common/KokkosKernels_SparseUtils.hpp
Expand Up @@ -45,7 +45,7 @@
#define _KOKKOSKERNELS_SPARSEUTILS_HPP
#include "Kokkos_Core.hpp"
#include "Kokkos_Atomic.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"
#include "KokkosKernels_SimpleUtils.hpp"
#include "KokkosKernels_IOUtils.hpp"
#include "KokkosKernels_ExecSpaceUtils.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/common/KokkosKernels_Utils.hpp
Expand Up @@ -43,7 +43,7 @@
*/
#include "Kokkos_Core.hpp"
#include "Kokkos_Atomic.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"
#include "Kokkos_MemoryTraits.hpp"
#include "Kokkos_ArithTraits.hpp"
#include "Kokkos_UnorderedMap.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/common/KokkosKernels_VectorUtils.hpp
Expand Up @@ -44,7 +44,7 @@

#include "Kokkos_Core.hpp"
#include "Kokkos_Atomic.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"
#ifndef _KOKKOSKERNELS_VECTORUTILS_HPP
#define _KOKKOSKERNELS_VECTORUTILS_HPP

Expand Down
2 changes: 1 addition & 1 deletion src/graph/impl/KokkosGraph_Distance1Color_impl.hpp
Expand Up @@ -44,7 +44,7 @@

#include <Kokkos_Core.hpp>
#include <Kokkos_Atomic.hpp>
#include <impl/Kokkos_Timer.hpp>
#include <Kokkos_Timer.hpp>
#include <Kokkos_MemoryTraits.hpp>
#include <vector>
#include "KokkosGraph_Distance1ColorHandle.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/graph/impl/KokkosGraph_Distance2Color_impl.hpp
Expand Up @@ -60,7 +60,7 @@
#include <KokkosSparse_spgemm.hpp>
#include <KokkosKernels_BitUtils.hpp>

#include <impl/Kokkos_Timer.hpp>
#include <Kokkos_Timer.hpp>

#include "KokkosGraph_Distance1Color.hpp"
#include "KokkosGraph_Distance1ColorHandle.hpp" // todo: remove this (SCAFFOLDING - WCMCLEN)
Expand Down
2 changes: 1 addition & 1 deletion src/sparse/impl/KokkosSparse_cluster_gauss_seidel_impl.hpp
Expand Up @@ -48,7 +48,7 @@
#include "KokkosKernels_Utils.hpp"
#include <Kokkos_Core.hpp>
#include <Kokkos_Atomic.hpp>
#include <impl/Kokkos_Timer.hpp>
#include <Kokkos_Timer.hpp>
#include <Kokkos_Bitset.hpp>
#include <Kokkos_Sort.hpp>
#include <Kokkos_MemoryTraits.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/sparse/impl/KokkosSparse_gauss_seidel_impl.hpp
Expand Up @@ -48,7 +48,7 @@
#include "KokkosKernels_Utils.hpp"
#include <Kokkos_Core.hpp>
#include <Kokkos_Atomic.hpp>
#include <impl/Kokkos_Timer.hpp>
#include <Kokkos_Timer.hpp>
#include <Kokkos_Bitset.hpp>
#include <Kokkos_MemoryTraits.hpp>
#include "KokkosGraph_Distance1Color.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/sparse/impl/KokkosSparse_partitioning_impl.hpp
Expand Up @@ -45,7 +45,7 @@
#include "KokkosKernels_Utils.hpp"
#include <Kokkos_Core.hpp>
#include <Kokkos_Atomic.hpp>
#include <impl/Kokkos_Timer.hpp>
#include <Kokkos_Timer.hpp>
#include <Kokkos_Sort.hpp>
#include <Kokkos_Random.hpp>
#include <Kokkos_MemoryTraits.hpp>
Expand Down
2 changes: 1 addition & 1 deletion test_common/KokkosBatched_Test_BlockCrs.hpp
Expand Up @@ -14,7 +14,7 @@
#endif

#include "Kokkos_Core.hpp"
#include "impl/Kokkos_Timer.hpp"
#include "Kokkos_Timer.hpp"

#include "KokkosBatched_Vector.hpp"

Expand Down

0 comments on commit 2b4b9b4

Please sign in to comment.