Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Helpers for printing cutlass/core objects. More...
Go to the source code of this file.
Classes | |
struct | cutlass::ScalarIO< T > |
Helper to enable formatted printing of CUTLASS scalar types to an ostream. More... | |
Namespaces | |
cutlass | |
Functions | |
template<int Rank> | |
std::ostream & | cutlass::operator<< (std::ostream &out, Coord< Rank > const &coord) |
template<typename T > | |
std::ostream & | cutlass::operator<< (std::ostream &out, ScalarIO< T > const &scalar) |
Default printing to ostream. More... | |
template<> | |
std::ostream & | cutlass::operator<< (std::ostream &out, ScalarIO< int8_t > const &scalar) |
Printing to ostream of int8_t as integer rather than character. More... | |
template<> | |
std::ostream & | cutlass::operator<< (std::ostream &out, ScalarIO< uint8_t > const &scalar) |
Printing to ostream of uint8_t as integer rather than character. More... | |
template<> | |
std::ostream & | cutlass::operator<< (std::ostream &out, ScalarIO< cutlass::Vector< cutlass::bin1_t, 32 > > const &scalar) |
Printing to ostream of vector of 1b elements. More... | |
template<> | |
std::ostream & | cutlass::operator<< (std::ostream &out, ScalarIO< cutlass::Vector< cutlass::int4_t, 8 > > const &scalar) |
Printing to ostream of vector of 4b signed integer elements. More... | |
template<> | |
std::ostream & | cutlass::operator<< (std::ostream &out, ScalarIO< cutlass::Vector< cutlass::uint4_t, 8 > > const &scalar) |
Printing to ostream of vector of 4b unsigned integer elements. More... | |