[Mlir-commits] [mlir] [mlir][sparse] initialize slice-driven loop-related fields in one place (PR #76099)
Yinying Li
llvmlistbot at llvm.org
Wed Dec 20 13:41:39 PST 2023
================
@@ -66,19 +66,15 @@ class LoopEmitter {
// Map from [tid, lvl] to a list of dependent [tidlvl, coeffecient] for
// subscript expressions on sparse tensors.
//
- // E.g., for affine index (2 * d0 + d1), it depends on two tidlvls that
- // defines d0 and d1 (for affine expression reduction) and uses 2 and 1 for
- // cofficients on d0, d1 respectively.
- // If the list is empty, it means that there is no affine expression on the
- // input [tid, lvl].
+ // E.g., for affine index (2 * d0 + d1), it depends on loop d0 and d1 (for
+ // affine expression reduction) and uses 2 and 1 for cofficients on d0, d1
----------------
yinying-lisa-li wrote:
typo: coefficients
https://github.com/llvm/llvm-project/pull/76099
More information about the Mlir-commits
mailing list