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