[PATCH] D152054: [OpenMP] Codegen support for thread_limit on target directive

Shilei Tian via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 10 07:09:46 PDT 2023


tianshilei1992 added a comment.

In D152054#4642725 <https://reviews.llvm.org/D152054#4642725>, @kaz7 wrote:

> I run check-openmp on our machine, this omp_get_thread_limit() returns default thread limit 2147483647 (=0x7fffffff).

That is something wrong because this patch is about host instead of offloading.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152054



More information about the cfe-commits mailing list