[all-commits] [llvm/llvm-project] c1864a: [mlir][sparse] Add options to sparse-tensor-rewrit...

Bixia Zheng via All-commits all-commits at lists.llvm.org
Tue Oct 18 09:27:44 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c1864ab9534080ee77a016bca24dd9a318bc6d7e
      https://github.com/llvm/llvm-project/commit/c1864ab9534080ee77a016bca24dd9a318bc6d7e
  Author: bixia1 <bixia at google.com>
  Date:   2022-10-18 (Tue, 18 Oct 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.h
    M mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.td
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorPasses.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp

  Log Message:
  -----------
  [mlir][sparse] Add options to sparse-tensor-rewrite to disable rewriting rules for operators foreach and convert.

This is to help simplify FileCheck tests for sparse-tensor-rewrite.

Reviewed By: aartbik

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




More information about the All-commits mailing list