diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2019-07-25 15:02:28 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2019-07-25 15:02:28 +0000 |
commit | ca424d100c15584b5d31e8882116c079e63b251a (patch) | |
tree | 43d759d3ccd8b6e55fcfeab0b07e17668f08797a /lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py | |
parent | 53f967f2bdb6aa7b08596880c3689d1ecad6f0ff (diff) | |
download | bcm5719-llvm-ca424d100c15584b5d31e8882116c079e63b251a.tar.gz bcm5719-llvm-ca424d100c15584b5d31e8882116c079e63b251a.zip |
[OPENMP][NVPTX]Perform memory flush if number of threads to sync is 1 or less.
Summary:
According to the OpenMP standard, barrier operation must perform
implicit flush operation. Currently, if there is only one thread in the
team, barrier does not flush the memory. Patch fixes this problem.
Reviewers: grokos, gtbercea, kkwli0
Subscribers: guansong, jdoerfert, openmp-commits, caomhin
Tags: #openmp
Differential Revision: https://reviews.llvm.org/D62398
llvm-svn: 367024
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py')
0 files changed, 0 insertions, 0 deletions