[clang] [OpenMP][Clang] Force use of `num_teams` and `thread_limit` for bare kernel (PR #68373)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 5 20:00:40 PDT 2023


jhuber6 wrote:

Does `thread_limit` directly imply the number of threads? I thought that it merely set an upper bound such that it cannot be increased beyond that via environment variables.

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


More information about the cfe-commits mailing list