docs/namespacecutlass_1_1reference_1_1detail.html
| | CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers |
cutlass::reference::detail Namespace Reference
|
| | struct | Cast | | | | struct | Cast< float, int8_t > | | | | struct | Cast< float, uint8_t > | | |
|
|
| template<typename Atype , typename Btype , typename Ctype > |
| CUTLASS_HOST_DEVICE Ctype | inner_product (Atype a, Btype b, Ctype c) |
| | Template function to compute an inner product. More...
|
| |
| template<> |
| CUTLASS_HOST_DEVICE int | inner_product< Array< bin1_t, 32 >, Array< bin1_t, 32 >, int > (Array< bin1_t, 32 > a, Array< bin1_t, 32 > b, int c) |
| | Specialization for matrix multiplication with binary operands. More...
|
| |
template<typename Atype , typename Btype , typename Ctype >
| CUTLASS_HOST_DEVICE Ctype cutlass::reference::detail::inner_product | ( | Atype | a, | | | | Btype | b, | | | | Ctype | c | | | ) | | |
template<>
| CUTLASS_HOST_DEVICE int cutlass::reference::detail::inner_product< Array< bin1_t, 32 >, Array< bin1_t, 32 >, int > | ( | Array< bin1_t, 32 > | a, | | | | Array< bin1_t, 32 > | b, | | | | int | c | | | ) | | |
Generated by 1.8.11