Home
last modified time | relevance | path

Searched defs:xColumnByteStride (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/runtime/
H A Dmatmul-transpose.cpp143 reinterpret_cast<const char *>(x) + i * xColumnByteStride)[k]); in MatrixTransposedTimesVector() argument
66 MatrixTransposedTimesMatrix(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,SubscriptValue n,std::size_t xColumnByteStride=0,std::size_t yColumnByteStride=0) MatrixTransposedTimesMatrix() argument
100 MatrixTransposedTimesMatrixHelper(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,SubscriptValue n,Fortran::common::optional<std::size_t> xColumnByteStride,Fortran::common::optional<std::size_t> yColumnByteStride) MatrixTransposedTimesMatrixHelper() argument
167 MatrixTransposedTimesVectorHelper(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue n,const XT * RESTRICT x,const YT * RESTRICT y,Fortran::common::optional<std::size_t> xColumnByteStride) MatrixTransposedTimesVectorHelper() argument
233 Fortran::common::optional<std::size_t> xColumnByteStride; DoMatmulTranspose() local
[all...]
H A Dmatmul.cpp86 MatrixTimesMatrix(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,SubscriptValue n,std::size_t xColumnByteStride=0,std::size_t yColumnByteStride=0) MatrixTimesMatrix() argument
121 MatrixTimesMatrixHelper(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,SubscriptValue n,Fortran::common::optional<std::size_t> xColumnByteStride,Fortran::common::optional<std::size_t> yColumnByteStride) MatrixTimesMatrixHelper() argument
164 MatrixTimesVector(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue n,const XT * RESTRICT x,const YT * RESTRICT y,std::size_t xColumnByteStride=0) MatrixTimesVector() argument
188 MatrixTimesVectorHelper(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue n,const XT * RESTRICT x,const YT * RESTRICT y,Fortran::common::optional<std::size_t> xColumnByteStride) MatrixTimesVectorHelper() argument
320 Fortran::common::optional<std::size_t> xColumnByteStride; DoMatmul() local
[all...]