[all-commits] [llvm/llvm-project] ff2ef4: [mlir][linalg] Adapt yaml codegen to support scala...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Tue Jun 15 08:22:59 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ff2ef4d684821c373e989105ac51eeeca9c2027e
      https://github.com/llvm/llvm-project/commit/ff2ef4d684821c373e989105ac51eeeca9c2027e
  Author: Tobias Gysi <gysit at google.com>
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
    M mlir/docs/Tools/LinalgOpDsl.md
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
    M mlir/test/Dialect/Linalg/generalize-named-polymorphic-ops.mlir
    M mlir/test/mlir-linalg-ods-gen/test-linalg-ods-yaml-gen.yaml
    M mlir/test/python/dialects/linalg/opsrun.py
    M mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-yaml-gen.cpp

  Log Message:
  -----------
  [mlir][linalg] Adapt yaml codegen to support scalar parameters.

The patch updates the C++ yaml code generation to support scalar operands as added in https://reviews.llvm.org/D104220.

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




More information about the All-commits mailing list