[all-commits] [llvm/llvm-project] 92b0a9: [mlir][sparse] remove restriction on vectorization...

Aart Bik via All-commits all-commits at lists.llvm.org
Thu Apr 15 10:27:25 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 92b0a9d7d496bb382a24eb8340fec1c1cc7300e1
      https://github.com/llvm/llvm-project/commit/92b0a9d7d496bb382a24eb8340fec1c1cc7300e1
  Author: Aart Bik <ajcbik at google.com>
  Date:   2021-04-15 (Thu, 15 Apr 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/include/mlir/Dialect/Vector/VectorOps.td
    M mlir/lib/Dialect/Linalg/Transforms/Sparsification.cpp
    M mlir/test/Dialect/Linalg/sparse_vector.mlir

  Log Message:
  -----------
  [mlir][sparse] remove restriction on vectorization of index type

Rationale:
Now that vector<?xindex> is allowed, the restriction on vectorization
of index types in the sparse compiler can be removed. Also needs
generalization of scatter/gather index types.

Reviewed By: gysit

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




More information about the All-commits mailing list