Lines Matching defs:matCSize
488 unsigned matCSize) {
491 for (unsigned i = 0; i < matCSize; i++)
493 for (unsigned i = 0; i < matASize + matBSize + matCSize; i++)
507 unsigned matCSize, NVVM::MMATypes ptxTypeA, NVVM::MMATypes ptxTypeB,
528 for (const auto arrSize : {matCSize, matASize, matBSize, matCSize}) {
554 const unsigned matCSize = unpackedC.size();
557 shape, matASize, matBSize, matCSize, ptxTypeA, ptxTypeB, ptxTypeC,
560 buildMmaSparseAsmConstraintString(matASize, matBSize, matCSize);
563 asmVals.reserve(matASize + matBSize + matCSize + 1);