diff options
author | Artem Belevich <tra@google.com> | 2018-12-13 21:43:04 +0000 |
---|---|---|
committer | Artem Belevich <tra@google.com> | 2018-12-13 21:43:04 +0000 |
commit | 7b05666a19c1310d2d3b7e05d08313695b4eaa92 (patch) | |
tree | 07a6e0635f2578e826eb792e86d079f6dcc58e7c /openmp/runtime/src/kmp_settings.cpp | |
parent | 82b6f98f9a1240ca8a4907a738f0ec6d0c5d9fbb (diff) | |
download | bcm5719-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