[Openmp-commits] [PATCH] D152054: [OpenMP] Codegen support for thread_limit on target directive
Kazushi Marukawa via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sun Sep 10 21:13:51 PDT 2023
kaz7 added a comment.
In D152054#4642793 <https://reviews.llvm.org/D152054#4642793>, @tianshilei1992 wrote:
> 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.
Thank you for your comment. I try to inspect this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152054/new/
https://reviews.llvm.org/D152054
More information about the Openmp-commits
mailing list