CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
|
< Layout function
#include <tensor_fill.h>
Public Types | |
using | TensorView = TensorView< Element, Layout > |
Public Member Functions | |
TensorFillDiagonalFunc (TensorView const &view_=TensorView(), Element diag_=Element(1), Element other_=Element(0)) | |
void | operator() (Coord< Layout::kRank > const &coord) const |
Public Attributes | |
TensorView | view |
Element | diag |
Element | other |
using cutlass::reference::host::detail::TensorFillDiagonalFunc< Element, Layout >::TensorView = TensorView<Element, Layout> |
|
inline |
|
inline |
Element cutlass::reference::host::detail::TensorFillDiagonalFunc< Element, Layout >::diag |
Element cutlass::reference::host::detail::TensorFillDiagonalFunc< Element, Layout >::other |
TensorView cutlass::reference::host::detail::TensorFillDiagonalFunc< Element, Layout >::view |