Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP] Treat local variables in CUDA mode as thread local. | Alexey Bataev | 2018-03-02 | 1 | -0/+108 |
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 |