[all-commits] [llvm/llvm-project] b33b91: [mlir] update transform dialect tutorials (#81199)
ftynse via All-commits
all-commits at lists.llvm.org
Fri Feb 9 08:35:26 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b33b91a21788d439f49d6db4e7224c20f740f1a7
https://github.com/llvm/llvm-project/commit/b33b91a21788d439f49d6db4e7224c20f740f1a7
Author: Oleksandr "Alex" Zinenko <zinenko at google.com>
Date: 2024-02-09 (Fri, 09 Feb 2024)
Changed paths:
M mlir/docs/Tutorials/transform/Ch1.md
M mlir/docs/Tutorials/transform/Ch2.md
M mlir/docs/Tutorials/transform/Ch3.md
M mlir/docs/Tutorials/transform/Ch4.md
M mlir/examples/transform/Ch2/transform-opt/transform-opt.cpp
M mlir/examples/transform/Ch3/transform-opt/transform-opt.cpp
M mlir/examples/transform/Ch4/transform-opt/transform-opt.cpp
M mlir/include/mlir/Dialect/Transform/Transforms/Passes.td
M mlir/include/mlir/Dialect/Transform/Transforms/TransformInterpreterUtils.h
M mlir/include/mlir/Dialect/Transform/Utils/RaggedArray.h
M mlir/lib/Dialect/Transform/Transforms/InterpreterPass.cpp
M mlir/lib/Dialect/Transform/Transforms/TransformInterpreterUtils.cpp
M mlir/test/Examples/transform/Ch1/invalidation-1.mlir
M mlir/test/Examples/transform/Ch1/invalidation-2.mlir
M mlir/test/Examples/transform/Ch1/sequence.mlir
M mlir/test/Examples/transform/Ch2/invalid.mlir
M mlir/test/Examples/transform/Ch2/ops.mlir
M mlir/test/Examples/transform/Ch2/sequence.mlir
M mlir/test/Examples/transform/Ch3/invalid.mlir
M mlir/test/Examples/transform/Ch3/ops.mlir
M mlir/test/Examples/transform/Ch3/sequence.mlir
M mlir/test/Examples/transform/ChH/full.mlir
Log Message:
-----------
[mlir] update transform dialect tutorials (#81199)
Use the "main" transform-interpreter pass instead of the test pass.
This, along with the previously introduced debug extension, now allow
tutorials to no longer depend on test passes and extensions.
More information about the All-commits
mailing list