[all-commits] [llvm/llvm-project] 267bb1: [mlir] Remove old "tc" linalg ods generator.

Stella Laurenzo via All-commits all-commits at lists.llvm.org
Thu Sep 30 09:31:30 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 267bb194f3cedd88db0e7a5ea86169d669948e74
      https://github.com/llvm/llvm-project/commit/267bb194f3cedd88db0e7a5ea86169d669948e74
  Author: Stella Laurenzo <stellaraccident at gmail.com>
  Date:   2021-09-30 (Thu, 30 Sep 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/IR/CMakeLists.txt
    R mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOpsSpec.tc
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
    M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
    M mlir/test/CMakeLists.txt
    M mlir/test/Dialect/Linalg/tile-and-pad-tensors.mlir
    M mlir/test/Dialect/Linalg/vectorization.mlir
    R mlir/test/Integration/Dialect/Linalg/CPU/benchmark_matmul_i8_i8_i32.mlir
    M mlir/test/lib/Dialect/Linalg/TestLinalgTransforms.cpp
    M mlir/test/lit.cfg.py
    R mlir/test/mlir-linalg-ods-gen/test-linalg-ods-gen.tc
    M mlir/tools/mlir-linalg-ods-gen/CMakeLists.txt
    R mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-gen.cpp
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [mlir] Remove old "tc" linalg ods generator.

* This could have been removed some time ago as it only had one op left in it, which is redundant with the new approach.
* `matmul_i8_i8_i32` (the remaining op) can be trivially replaced by `matmul`, which natively supports mixed precision.

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




More information about the All-commits mailing list