10 #include "Tpetra_Details_DualViewUtil.hpp"
11 #include "Teuchos_TestForException.hpp"
16 auto view_alloc_no_init(
const std::string& label) -> decltype(Kokkos::view_alloc(label, Kokkos::WithoutInitializing)) {
17 return Kokkos::view_alloc(label, Kokkos::WithoutInitializing);
auto view_alloc_no_init(const std::string &label) -> decltype(Kokkos::view_alloc(label, Kokkos::WithoutInitializing))
Use in place of the string label as the first argument of Kokkos::View's constructor, in case you want to allocate without initializing.