[all-commits] [llvm/llvm-project] c3160f: [mlir][sparse] Fix bug in new syntax parser (#66024)
yinying-lisa-li via All-commits
all-commits at lists.llvm.org
Mon Sep 11 16:13:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3160f86e7063431d7366d7d264330caf61c0b09
https://github.com/llvm/llvm-project/commit/c3160f86e7063431d7366d7d264330caf61c0b09
Author: yinying-lisa-li <107574043+yinying-lisa-li at users.noreply.github.com>
Date: 2023-09-11 (Mon, 11 Sep 2023)
Changed paths:
M mlir/lib/Dialect/SparseTensor/IR/Detail/DimLvlMap.cpp
Log Message:
-----------
[mlir][sparse] Fix bug in new syntax parser (#66024)
Currently, dimlvlmap with identity affine map will be treated as empty
affine map. But the new syntax would treat it as an actual identity
affine map such as {d0} -> {d0}. This mismatch could raise an error when
we are comparing sparse encodings.
More information about the All-commits
mailing list