[all-commits] [llvm/llvm-project] e52f53: [mlir][sparse] fix two typos

Aart Bik via All-commits all-commits at lists.llvm.org
Thu Jan 13 15:12:12 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e52f530c36e4b3f78c35f1ccd59cae75bdff7db4
      https://github.com/llvm/llvm-project/commit/e52f530c36e4b3f78c35f1ccd59cae75bdff7db4
  Author: Aart Bik <ajcbik at google.com>
  Date:   2022-01-13 (Thu, 13 Jan 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
    M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_mttkrp.mlir

  Log Message:
  -----------
  [mlir][sparse] fix two typos

(1) copy-and-past error in encoding alias name:
    this is an annotation for a tensor (3-d) not a matrix (2-d).

(2) typo in "initialization"

Reviewed By: bixia

Differential Revision: https://reviews.llvm.org/D117255




More information about the All-commits mailing list