[clang] [Clang][Sema][OpenMP] Allow `num_teams` to accept multiple expressions (PR #99732)

Mital Ashok via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 6 10:19:48 PDT 2024


================
@@ -363,5 +363,7 @@ considered for standardization. Please post on the
 | device extension             | `'ompx_bare' clause on 'target teams' construct                                   | :good:`prototyped`       | #66844, #70612                                         |
 |                              | <https://www.osti.gov/servlets/purl/2205717>`_                                    |                          |                                                        |
 +------------------------------+-----------------------------------------------------------------------------------+--------------------------+--------------------------------------------------------+
+| device extension             | Multi-dim `'num_teams' clause on 'target teams ompx_bare' construct               | :good:`partial`          | #99732, #101407                                        |
----------------
MitalAshok wrote:

```suggestion
| device extension             | Multi-dim 'num_teams' clause on 'target teams ompx_bare' construct                | :good:`partial`          | #99732, #101407                                        |
```

Or add a link, this is causing test runner failures: https://github.com/llvm/llvm-project/actions/runs/10266752317/job/28405756043

https://github.com/llvm/llvm-project/pull/99732


More information about the cfe-commits mailing list