[all-commits] [llvm/llvm-project] 6c6749: [mlir][sparse] Update examples in Ops.td (#69499)

Yinying Li via All-commits all-commits at lists.llvm.org
Wed Oct 18 13:15:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c6749ce72fa3225dd3514a4d78187aa706fce7c
      https://github.com/llvm/llvm-project/commit/6c6749ce72fa3225dd3514a4d78187aa706fce7c
  Author: Yinying Li <107574043+yinying-lisa-li at users.noreply.github.com>
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td

  Log Message:
  -----------
  [mlir][sparse] Update examples in Ops.td (#69499)

Example:

dimLevelType = [ "compressed", "compressed" ] to
map = (d0, d1) -> (d0 : compressed, d1 : compressed)




More information about the All-commits mailing list