commit | f9e00db8185ddcf6491b62c700d23283b3559a08 | [log] [tgz] |
---|---|---|
author | Alexey Bataev <a.bataev@hotmail.com> | Mon May 13 14:21:46 2019 +0000 |
committer | Alexey Bataev <a.bataev@hotmail.com> | Mon May 13 14:21:46 2019 +0000 |
tree | 353e5c3351d263d510f2344df18c9af515d7211b | |
parent | b1e28d9b6a16380ccf1456fe0695f639364407a9 [diff] |
[OPENMP][NVPTX]Simplify handling of thread limit, NFC. Summary: Patch improves performance of the full runtime mode by moving threads limit counter to the shared memory. It also allows to save global memory. Reviewers: grokos, kkwli0, gtbercea Subscribers: guansong, jdoerfert, openmp-commits, caomhin Tags: #openmp Differential Revision: https://reviews.llvm.org/D61801 llvm-svn: 360584