Lines Matching defs:transpose
180 // TODO: Support transpose once it is added to GPU dialect ops.
446 // Fold transpose op into the transfer read op. NVGPU mma.sync op only supports
448 // respectively. We can fold the transpose operation when loading the data from
616 rewriter.getIndexAttr(*stride), /*transpose=*/UnitAttr());
698 "expressions, then transpose cannot be determined.\n");
726 FailureOr<bool> transpose = isTransposed(op);
727 if (failed(transpose)) {
728 LLVM_DEBUG(DBGS() << "failed to determine the transpose\n");
734 nvgpu::getLdMatrixParams(*warpMatrixInfo, *transpose);
762 loc, vectorType, op.getSource(), indices, *transpose, params->numTiles);
886 // at least 8 rows to read and the width to read for the transpose is 128