[all-commits] [llvm/llvm-project] 65532e: [mlir][linalg] Clear unused linalg tc operations

rsuderman via All-commits all-commits at lists.llvm.org
Mon Aug 16 11:56:51 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 65532ea6dd52a082d2033b0958088d17034a67de
      https://github.com/llvm/llvm-project/commit/65532ea6dd52a082d2033b0958088d17034a67de
  Author: Robert Suderman <suderman at google.com>
  Date:   2021-08-16 (Mon, 16 Aug 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOpsSpec.tc
    M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
    M mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py
    M mlir/test/Dialect/Linalg/generalize-named-ops.mlir
    M mlir/test/Dialect/Linalg/generalize-named-polymorphic-ops.mlir
    M mlir/test/Dialect/Linalg/named-ops.mlir
    R mlir/test/Integration/Dialect/Linalg/CPU/benchmark_matmul_column_major_as_row_major.mlir
    R mlir/test/Integration/Dialect/Linalg/CPU/test-conv-1d-input-ncw-filter-wcf-call.mlir
    R mlir/test/Integration/Dialect/Linalg/CPU/test-conv-1d-ncw-call.mlir
    R mlir/test/Integration/Dialect/Linalg/CPU/test-conv-1d-nwc-call.mlir
    R mlir/test/Integration/Dialect/Linalg/CPU/test-conv-2d-input-nchw-filter-hwcf-call.mlir
    R mlir/test/Integration/Dialect/Linalg/CPU/test-conv-2d-nchw-call.mlir
    R mlir/test/Integration/Dialect/Linalg/CPU/test-conv-2d-nhwc-call.mlir
    R mlir/test/Integration/Dialect/Linalg/CPU/test-conv-3d-input-ncdhw-filter-dhwcf-call.mlir
    R mlir/test/Integration/Dialect/Linalg/CPU/test-conv-3d-ncdhw-call.mlir
    R mlir/test/Integration/Dialect/Linalg/CPU/test-conv-3d-ndhwc-call.mlir
    M mlir/test/python/integration/dialects/linalg/opsrun.py

  Log Message:
  -----------
  [mlir][linalg] Clear unused linalg tc operations

These operations are not lowered to from any source dialect and are only
used for redundant tests. Removing these named ops, along with their
associated tests, will make migration to YAML operations much more
convenient.

Reviewed By: stellaraccident

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




More information about the All-commits mailing list