[Openmp-commits] [PATCH] D147511: [OpenMP] Fix nextgen plugin thread_limit clause bug on generic kernels.

Michael Halkenhäuser via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Apr 4 04:01:36 PDT 2023


mhalk added a comment.

As far as I know: No, this patch should **avoid** exactly that case. (It seems that param would be set to `-1` when there's no `thread_limit` clause, which caused problems.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147511



More information about the Openmp-commits mailing list