OpenMP specification doesn't limit the max number of threads a team can
use. Like we did in D119313 to remove the hard limit of number of teams, we also
do it for number of threads.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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?