Home | History | Annotate | Download | only in products

Lines Matching refs:kc

68   Index kc = blocking.kc();                   // cache block size along the K direction
83 std::size_t sizeA = kc*mc;
84 std::size_t sizeW = kc*Traits::WorkSpaceFactor;
92 for(Index k=0; k<depth; k+=kc)
94 const Index actual_kc = (std::min)(k+kc,depth)-k; // => rows of B', and cols of the A'
153 std::size_t sizeA = kc*mc;
154 std::size_t sizeB = kc*cols;
155 std::size_t sizeW = kc*Traits::WorkSpaceFactor;
163 for(Index k2=0; k2<depth; k2+=kc)
165 const Index actual_kc = (std::min)(k2+kc,depth)-k2;
173 // For each mc x kc block of the lhs's vertical panel...
262 inline DenseIndex kc() const { return m_kc; }