[Openmp-commits] [PATCH] D95820: [OpenMP] Add bounds to num_teams clause (OpenMP 5.1)

Nawrin Sultana via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Feb 2 14:50:43 PST 2021


Nawrin added inline comments.


================
Comment at: openmp/runtime/src/kmp.h:3367
+extern void __kmp_push_num_teams_5(ident_t *loc, int gtid, int num_teams_lb,
+                                   int num_teams_ub, int num_threads);
 
----------------
jdoerfert wrote:
> Given the version name, should we go with `_51`?
Sounds good. I'll change it to _51.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95820/new/

https://reviews.llvm.org/D95820



More information about the Openmp-commits mailing list