]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use the same style as in the Kokkos patch. 18298/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 27 Mar 2025 21:15:46 +0000 (15:15 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 27 Mar 2025 21:15:46 +0000 (15:15 -0600)
bundled/kokkos-3.7.00/core/src/Kokkos_Core_fwd.hpp
bundled/kokkos-3.7.00/core/src/Kokkos_View.hpp

index e5a033b7f5d5edf8d054dbc58f427f0623643d5d..9e5ce3f79ecd7749e01b5c3aa028de5c2b949cb0 100644 (file)
@@ -76,13 +76,9 @@ struct AUTO_t {
   constexpr const AUTO_t &operator()() const { return *this; }
 };
 
-namespace Constants {
 /**\brief Token to indicate that a parameter's value is to be automatically
  * selected */
-inline const AUTO_t AUTO = Kokkos::AUTO_t();
-}  // namespace
-
-using Constants::AUTO;
+inline constexpr AUTO_t AUTO = Kokkos::AUTO_t();
 
 struct InvalidType {};
 
index d980d0ffc4138e61b0037031c98c63ed70ea6144..0b91176b80888c738bea9fb2f5d1310dd49104ca 100644 (file)
@@ -528,22 +528,14 @@ constexpr bool is_assignable(const Kokkos::View<ViewTDst...>& dst,
 
 namespace Kokkos {
 
-namespace Constants {
+inline constexpr Kokkos::Impl::ALL_t ALL = Kokkos::Impl::ALL_t();
 
-inline const Kokkos::Impl::ALL_t ALL = Kokkos::Impl::ALL_t();
-
-inline const Kokkos::Impl::WithoutInitializing_t WithoutInitializing =
+inline constexpr Kokkos::Impl::WithoutInitializing_t WithoutInitializing =
     Kokkos::Impl::WithoutInitializing_t();
 
-inline const Kokkos::Impl::AllowPadding_t AllowPadding =
+inline constexpr Kokkos::Impl::AllowPadding_t AllowPadding =
     Kokkos::Impl::AllowPadding_t();
 
-}  // namespace
-
-using Constants::ALL;
-using Constants::WithoutInitializing;
-using Constants::AllowPadding;
-
 /** \brief  Create View allocation parameter bundle from argument list.
  *
  *  Valid argument list members are:

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.