Searched refs:batchsize (Results 1 – 1 of 1) sorted by relevance
1183 constexpr PetscInt batchsize = 8; in MDot_() local1187 …const auto num_sub_streams = nv > batchsize ? std::min((nv + batchsize) / batchsize, batchsize) … in MDot_()