[Mlir-commits] [mlir] [mlir] Implement DestinationStyleOpInterface for scf::ForallOp (PR #66981)
Felix Schneider
llvmlistbot at llvm.org
Fri Sep 22 05:43:58 PDT 2023
================
@@ -630,6 +632,14 @@ def ForallOp : SCF_Op<"forall", [
Location loc);
InParallelOp getTerminator();
+
+ // Implement this to declare all shared_outs as inits/outs to
+ // DestinationStyleOpInterface
+ std::pair<int64_t, int64_t> getDpsInitsPositionRange() {
----------------
ubfx wrote:
Thanks, I updated that part.
https://github.com/llvm/llvm-project/pull/66981
More information about the Mlir-commits
mailing list