Tpetra parallel linear algebra
Version of the Day
|
All-reduce a 1-D or 2-D Kokkos::View. More...
#include "Tpetra_Details_Behavior.hpp"
#include "Tpetra_Details_isInterComm.hpp"
#include "Kokkos_Core.hpp"
#include "Teuchos_CommHelpers.hpp"
#include <limits>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
Tpetra | |
Namespace Tpetra contains the class and methods constituting the Tpetra library. | |
Tpetra::Details | |
Namespace for Tpetra implementation details. | |
Functions | |
template<class InputViewType , class OutputViewType > | |
static void | Tpetra::Details::allReduceView (const OutputViewType &output, const InputViewType &input, const Teuchos::Comm< int > &comm) |
All-reduce from input Kokkos::View to output Kokkos::View. More... | |
All-reduce a 1-D or 2-D Kokkos::View.
Definition in file Tpetra_Details_allReduceView.hpp.