[Openmp-commits] [PATCH] D121255: [OpenMP][CUDA] Remove hard thread limit in the plugin

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Mar 8 15:00:01 PST 2022


tianshilei1992 added a comment.

In D121255#3368474 <https://reviews.llvm.org/D121255#3368474>, @jdoerfert wrote:

> OpenMP doesn't say we need to use as many threads as the user wants either. Do we ask the hardware what it can do?

Yes. That's what `ThreadsPerBlock` is for.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121255



More information about the Openmp-commits mailing list