Lines Matching refs:kRhsWidth
2013 static const int kRhsWidth = Format::Rhs::kWidth; in Run() local
2014 AccumulatorType rowmajor_accumulator_buffer[kLhsWidth * kRhsWidth]; in Run()
2244 for (int r = 0; r < kRhsWidth; r++) { in Run()
2246 rowmajor_accumulator_buffer[r + l * kRhsWidth]; in Run()
4963 static const int kRhsWidth = Format::Rhs::kWidth; in test_kernel() local
4968 CacheLineAlignedBuffer<OperandType> rhs(kRhsWidth * depth); in test_kernel()
4969 CacheLineAlignedBuffer<AccumulatorType> accum_initial(kLhsWidth * kRhsWidth); in test_kernel()
4970 CacheLineAlignedBuffer<AccumulatorType> accum(kLhsWidth * kRhsWidth); in test_kernel()
4972 kRhsWidth); in test_kernel()
4984 for (int r = 0; r < kRhsWidth; r++) { in test_kernel()
4998 PrintMatrix(depth, kRhsWidth, kRhsWidth, 1, rhs.data()); in test_kernel()
5000 PrintMatrix(kLhsWidth, kRhsWidth, 1, kLhsWidth, accum_initial.data()); in test_kernel()
5002 PrintMatrix(kLhsWidth, kRhsWidth, 1, kLhsWidth, in test_kernel()
5005 PrintMatrix(kLhsWidth, kRhsWidth, 1, kLhsWidth, accum.data()); in test_kernel()