kokkos-utils 0.0.2
 
Loading...
Searching...
No Matches
Kokkos::utils::printers Namespace Reference

Functions

template<concepts::View ViewType>
std::ostream & operator<< (std::ostream &out, const ViewType &view)
 Print a Kokkos::View.
 

Function Documentation

◆ operator<<()

template<concepts::View ViewType>
std::ostream & Kokkos::utils::printers::operator<< ( std::ostream & out,
const ViewType & view )

Print a Kokkos::View.

Create a host mirror view.

Definition at line 14 of file View.hpp.