[all-commits] [llvm/llvm-project] 6a2071: [mlir][transform] Allow passing various library fi...

Ingo Müller via All-commits all-commits at lists.llvm.org
Fri Oct 6 03:53:03 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6a2071cc6a129dfe645ef4743fda78e76d748f16
      https://github.com/llvm/llvm-project/commit/6a2071cc6a129dfe645ef4743fda78e76d748f16
  Author: Ingo Müller <ingomueller at google.com>
  Date:   2023-10-06 (Fri, 06 Oct 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Transform/Transforms/TransformInterpreterPassBase.h
    M mlir/lib/Dialect/Transform/Transforms/TransformInterpreterPassBase.cpp
    M mlir/test/Dialect/LLVM/lower-to-llvm-e2e.mlir
    M mlir/test/Dialect/Transform/test-interpreter-external-symbol-decl-and-schedule.mlir
    A mlir/test/Dialect/Transform/test-interpreter-external-symbol-decl-dir.mlir
    M mlir/test/Dialect/Transform/test-interpreter-external-symbol-decl-invalid.mlir
    M mlir/test/Dialect/Transform/test-interpreter-external-symbol-decl.mlir
    R mlir/test/Dialect/Transform/test-interpreter-external-symbol-def.mlir
    A mlir/test/Dialect/Transform/test-interpreter-library/definitions-self-contained.mlir
    A mlir/test/Dialect/Transform/test-interpreter-library/definitions-with-unresolved.mlir
    M mlir/test/Integration/Dialect/Transform/match_batch_matmul.mlir
    M mlir/test/Integration/Dialect/Transform/match_matmul.mlir
    M mlir/test/lib/Dialect/Transform/TestTransformDialectInterpreter.cpp

  Log Message:
  -----------
  [mlir][transform] Allow passing various library files to interpreter. (#67120)

The transfrom interpreter accepts an argument to a "library" file with
named sequences. This patch exteneds this functionality such that (1)
several such individual files are accepted and (2) folders can be passed
in, in which all `*.mlir` files are loaded.




More information about the All-commits mailing list