summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py
diff options
context:
space:
mode:
authorGheorghe-Teodor Bercea <gheorghe-teod.bercea@ibm.com>2018-03-07 22:10:10 +0000
committerGheorghe-Teodor Bercea <gheorghe-teod.bercea@ibm.com>2018-03-07 22:10:10 +0000
commit7a5fa21ae2707273a6486c8a438cc81bf3489e26 (patch)
treeab751817c4d0929c86a45c242a46eeb314d19ddd /lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py
parent33bdb3e0e6ff8d8da29c44fb591825175a56f378 (diff)
downloadbcm5719-llvm-7a5fa21ae2707273a6486c8a438cc81bf3489e26.tar.gz
bcm5719-llvm-7a5fa21ae2707273a6486c8a438cc81bf3489e26.zip
[OpenMP] Remove implicit data sharing using device shared memory from libomptarget
Summary: This patch reverts the changes to libomptarget that were coupled with the changes to Clang code gen for data sharing using shared memory. A similar patch exists for Clang: D43625 Shared memory is meant to be used as an optimization on top of a more general scheme. So far we didn't have a global memory implementation ready so shared memory was a solution which applied to the current level of OpenMP complexity supported by trunk on GPU devices (due to the missing NVPTX backend patch this functionality has never been exercised). Now that we have a global memory solution this patch is "in the way" and needs to be removed (for now). This patch (or an equivalent version of it) will be put out for review once the global memory scheme is in place. Reviewers: ABataev, grokos, carlo.bertolli, caomhin Reviewed By: grokos Subscribers: Hahnfeld, guansong, openmp-commits Differential Revision: https://reviews.llvm.org/D43626 llvm-svn: 326950
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud