Skip to content

Commit

Permalink
Tpetra: Fixing warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
csiefer2 committed Sep 26, 2023
1 parent 47d5db2 commit b5d997c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/tpetra/core/src/Tpetra_Details_KokkosCounter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
/// \brief Declaration of various tools for counting Kokkos calls of various
/// types using the Kokkos Profiling Library

#include <cstddef>
#include <string>

namespace Tpetra {
namespace Details {
Expand All @@ -67,7 +67,7 @@ namespace DeepCopyCounter {
/// \brief Query the deep_copy counter for copies between different spaces
size_t get_count_different_space();

};
}

/// \brief Counter for Kokkos::fence calls
namespace FenceCounter {
Expand All @@ -85,7 +85,7 @@ namespace FenceCounter {

/// \brief Query the fence counter for given device, for an Kokkos::fence()
size_t get_count_global(const std::string & device);
};
}


} // namespace Details
Expand Down

0 comments on commit b5d997c

Please sign in to comment.