[Mlir-commits] [mlir] 66e24da - [mlir][OpenMP][NFC] Parameter refers to single args and hence changing description for taskgroup allocate clause.

Shraiysh Vaishay llvmlistbot at llvm.org
Tue Jun 21 02:58:15 PDT 2022


Author: Shraiysh Vaishay
Date: 2022-06-21T15:27:01+05:30
New Revision: 66e24da02728f4958ebbc3b6f98aece2a6b873e4

URL: https://github.com/llvm/llvm-project/commit/66e24da02728f4958ebbc3b6f98aece2a6b873e4
DIFF: https://github.com/llvm/llvm-project/commit/66e24da02728f4958ebbc3b6f98aece2a6b873e4.diff

LOG: [mlir][OpenMP][NFC] Parameter refers to single args and hence changing description for taskgroup allocate clause.

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td b/mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
index 7edae454884c..6d134269a3b3 100644
--- a/mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
+++ b/mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
@@ -570,7 +570,7 @@ def TaskGroupOp : OpenMP_Op<"taskgroup", [AttrSizedOperandSegments,
     participating in the reduction. After the end of the region, the original
     list item contains the result of the reduction.
 
-    The `allocators_vars` and `allocate_vars` parameters are a variadic list of
+    The `allocators_vars` and `allocate_vars` arguments are a variadic list of
     values that specify the memory allocator to be used to obtain storage for
     private values.
   }];


        


More information about the Mlir-commits mailing list