[all-commits] [llvm/llvm-project] a48d8c: [mlir][transform][linalg][python] Fix test for Til...
Ingo Müller via All-commits
all-commits at lists.llvm.org
Wed Jul 19 07:30:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a48d8c238f461eadfcb28b065341ae4b55920cf6
https://github.com/llvm/llvm-project/commit/a48d8c238f461eadfcb28b065341ae4b55920cf6
Author: Ingo Müller <ingomueller at google.com>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M mlir/test/python/dialects/transform_structured_ext.py
Log Message:
-----------
[mlir][transform][linalg][python] Fix test for TileToForallOp mixin.
The test was introduced recently by https://reviews.llvm.org/D155090,
but https://reviews.llvm.org/D155567, which I worked on concurrently
affected the output of that test and the two patches were never tested
together.
Differential Revision: https://reviews.llvm.org/D155709
More information about the All-commits
mailing list