[all-commits] [llvm/llvm-project] 56fd4c: [mlir][sparse] prepare runtime support lib for mul...

Aart Bik via All-commits all-commits at lists.llvm.org
Fri May 14 19:12:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56fd4c1cf826aa337f689011e72e2c1231d8ff13
      https://github.com/llvm/llvm-project/commit/56fd4c1cf826aa337f689011e72e2c1231d8ff13
  Author: Aart Bik <ajcbik at google.com>
  Date:   2021-05-14 (Fri, 14 May 2021)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp
    M mlir/lib/ExecutionEngine/SparseUtils.cpp
    M mlir/test/Dialect/SparseTensor/conversion.mlir

  Log Message:
  -----------
  [mlir][sparse] prepare runtime support lib for multiple dim level types

We are moving from just dense/compressed to more general dim level
types, so we need more than just an "i1" array for annotations.

Reviewed By: bixia

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




More information about the All-commits mailing list