[all-commits] [llvm/llvm-project] 86e1c0: Add missing dependent dialects to AsyncToAsyncRunt...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Fri Jun 23 18:48:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86e1c050e944600ebad21fb12e687e6d9de5c2e2
https://github.com/llvm/llvm-project/commit/86e1c050e944600ebad21fb12e687e6d9de5c2e2
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-06-24 (Sat, 24 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/Async/Passes.td
M mlir/include/mlir/Dialect/GPU/Transforms/Passes.td
Log Message:
-----------
Add missing dependent dialects to AsyncToAsyncRuntimePass and GpuKernelOutliningPass
These aren't detected during testing most of the time because the way we
are setting up mlir-opt and the fact that we always use func.func: it'll
trigger the load of the InlinerInterface extension for the FuncDialect which
itself loads these dialects unconditionally.
More information about the All-commits
mailing list