Back to Cutlass

CUTLASS: cutlass::detail Namespace Reference

docs/namespacecutlass_1_1detail.html

4.4.22.9 KB
Original Source

| | CUTLASS

CUDA Templates for Linear Algebra Subroutines and Solvers |

Functions

cutlass::detail Namespace Reference

|

Functions

| | template<typename T > | | CUTLASS_HOST_DEVICE bool | relatively_equal_float (T a, T b, T epsilon, T nonzero_floor) | | | | template<typename Element , typename Layout > | | std::ostream & | TensorView_WriteLeastSignificantRank (std::ostream &out, TensorView< Element, Layout > const &view, Coord< Layout::kRank > const &start_coord, int rank, std::streamsize width) | | | Helper to write the least significant rank of a TensorView. More...
| | | | template<typename Element , typename Layout > | | std::ostream & | TensorView_WriteRank (std::ostream &out, TensorView< Element, Layout > const &view, Coord< Layout::kRank > const &start_coord, int rank, std::streamsize width) | | | Helper to write a rank of a TensorView. More...
| | |

Function Documentation

template<typename T >

| CUTLASS_HOST_DEVICE bool cutlass::detail::relatively_equal_float | ( | T | a, | | | | T | b, | | | | T | epsilon, | | | | T | nonzero_floor | | | ) | | |

template<typename Element , typename Layout >

|

| std::ostream& cutlass::detail::TensorView_WriteLeastSignificantRank | ( | std::ostream & | out, | | | | TensorView< Element, Layout > const & | view, | | | | Coord< Layout::kRank > const & | start_coord, | | | | int | rank, | | | | std::streamsize | width | | | ) | | |

| inline |

template<typename Element , typename Layout >

|

| std::ostream& cutlass::detail::TensorView_WriteRank | ( | std::ostream & | out, | | | | TensorView< Element, Layout > const & | view, | | | | Coord< Layout::kRank > const & | start_coord, | | | | int | rank, | | | | std::streamsize | width | | | ) | | |

| inline |


Generated by 1.8.11