diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2018-03-02 17:17:12 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2018-03-02 17:17:12 +0000 |
commit | 852525de25aa24c93a8193e56096d44230c25e7a (patch) | |
tree | fc5c2027f1830d4964c3ca9bf2a1e465472d440a /llvm/utils/UpdateTestChecks/common.py | |
parent | b9699c009df52abde18f9c95ff54414e99ff9922 (diff) | |
download | llvm-852525de25aa24c93a8193e56096d44230c25e7a.zip llvm-852525de25aa24c93a8193e56096d44230c25e7a.tar.gz llvm-852525de25aa24c93a8193e56096d44230c25e7a.tar.bz2 |
[OPENMP] Treat local variables in CUDA mode as thread local.
In CUDA mode all local variables are actually thread
local|threadprivate, not private, and, thus, they cannot be shared
between threads|lanes.
llvm-svn: 326590
Diffstat (limited to 'llvm/utils/UpdateTestChecks/common.py')
0 files changed, 0 insertions, 0 deletions