diff --git a/mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td b/mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td --- a/mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td +++ b/mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td @@ -120,7 +120,8 @@ def TeamsOp : OpenMP_Op<"teams", [AttrSizedOperandSegments]> { let summary = "teams construct"; let description = [{ - The teams construct creates a league of initial teams and the initial thread in each team executes the region. + The teams construct creates a league of initial teams and the initial thread + in each team executes the region. The optional $num_threads_var parameter specifies the number of threads which should be used to execute the parallel region.