[PATCH] D75287: [mlir][GPU] Expose the functionality to create a gpu.GPUFuncOp from a gpu.GPULaunchOp
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 21:47:31 PST 2020
mehdi_amini added inline comments.
================
Comment at: mlir/lib/Dialect/GPU/Transforms/KernelOutlining.cpp:236
+ return WalkResult::interrupt();
+ }
+ gpu::GPUFuncOp outlinedFunc =
----------------
Note: this is still not decoupled from this pass right now (i.e. not tested in isolation, etc.): we still have "outlining" and "sinking" part of the same pass, can't they be separated?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75287/new/
https://reviews.llvm.org/D75287
More information about the llvm-commits
mailing list