Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
Public Member Functions | Public Attributes | List of all members
cutlass::ScalarIO< T > Struct Template Reference

Helper to enable formatted printing of CUTLASS scalar types to an ostream.

#include <core_io.h>

Public Member Functions

 ScalarIO ()
 Default ctor. More...
 
 ScalarIO (T value)
 Constructs from a value. More...
 

Public Attributes

value
 Value to print. More...
 

Constructor & Destructor Documentation

◆ ScalarIO() [1/2]

template<typename T >
cutlass::ScalarIO< T >::ScalarIO ( )
inline

◆ ScalarIO() [2/2]

template<typename T >
cutlass::ScalarIO< T >::ScalarIO ( value)
inline

Member Data Documentation

◆ value

template<typename T >
T cutlass::ScalarIO< T >::value

The documentation for this struct was generated from the following file: