[PATCH] D105584: [MLIR][OpenMP] Distribute Construct Operation
    Valentin Clement via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Jul 11 13:26:32 PDT 2022
    
    
  
clementval added inline comments.
================
Comment at: mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td:449
      ParentOneOf<["WsLoopOp", "ReductionDeclareOp", 
-     "AtomicUpdateOp", "SimdLoopOp"]>]> {
+     "AtomicUpdateOp", "SimdLoopOp","DistributeOp"]>]> {
   let summary = "loop yield and termination operation";
----------------
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105584/new/
https://reviews.llvm.org/D105584
    
    
More information about the cfe-commits
mailing list