summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_settings.cpp
diff options
context:
space:
mode:
authorArtem Belevich <tra@google.com>2018-12-13 21:43:04 +0000
committerArtem Belevich <tra@google.com>2018-12-13 21:43:04 +0000
commit7b05666a19c1310d2d3b7e05d08313695b4eaa92 (patch)
tree07a6e0635f2578e826eb792e86d079f6dcc58e7c /openmp/runtime/src/kmp_settings.cpp
parent82b6f98f9a1240ca8a4907a738f0ec6d0c5d9fbb (diff)
downloadbcm5719-llvm-7b05666a19c1310d2d3b7e05d08313695b4eaa92.tar.gz
bcm5719-llvm-7b05666a19c1310d2d3b7e05d08313695b4eaa92.zip
[CUDA] Make all host-side shadows of device-side variables undef.
The host-side code can't (and should not) access the values that may only exist on the device side. E.g. address of a __device__ function does not exist on the host side as we don't generate the code for it there. Differential Revision: https://reviews.llvm.org/D55663 llvm-svn: 349087
Diffstat (limited to 'openmp/runtime/src/kmp_settings.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud