loadColData_impl< RhsMapper, linear > Struct Template Reference

Static Public Member Functions

static EIGEN_ALWAYS_INLINE Packet8bf run (RhsMapper &rhs, Index j)
 

Detailed Description

template<typename RhsMapper, bool linear>
struct loadColData_impl< RhsMapper, linear >

Definition at line 525 of file MatrixVectorProduct.h.

Member Function Documentation

◆ run()

template<typename RhsMapper , bool linear>
static EIGEN_ALWAYS_INLINE Packet8bf loadColData_impl< RhsMapper, linear >::run ( RhsMapper &  rhs,
Index  j 
)
inlinestatic

Definition at line 528 of file MatrixVectorProduct.h.

529  {
530  return pgather<bfloat16, Packet8bf>(&rhs(j + 0, 0), rhs.stride());
531  }
EIGEN_ALWAYS_INLINE Packet8bf pgather< bfloat16, Packet8bf >(const bfloat16 *from, Index stride)
std::ptrdiff_t j

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