CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
|
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 | |
T | value |
Value to print. More... | |
|
inline |
|
inline |
T cutlass::ScalarIO< T >::value |