[all-commits] [llvm/llvm-project] 660f28: [mlir][Linalg] Make codegen strategy late transfor...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Wed Sep 15 04:02:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 660f281b5e755663b2d8ad061075eb5f5abdf9fb
https://github.com/llvm/llvm-project/commit/660f281b5e755663b2d8ad061075eb5f5abdf9fb
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2021-09-15 (Wed, 15 Sep 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/CodegenStrategy.h
M mlir/test/lib/Dialect/Linalg/TestLinalgCodegenStrategy.cpp
Log Message:
-----------
[mlir][Linalg] Make codegen strategy late transformations opt-in
Summary: Making the late transformations opt-in results in less surprising behavior when composing multiple calls to the codegen strategy.
Reviewers:
Subscribers:
Differential revision: https://reviews.llvm.org/D109820
More information about the All-commits
mailing list