diff options
| author | Joseph Huber <jhuber6@vols.utk.edu> | 2021-08-30 19:52:48 -0400 |
|---|---|---|
| committer | Joseph Huber <jhuber6@vols.utk.edu> | 2021-09-10 14:52:45 -0400 |
| commit | f28e710db720a913f4b508a9dc43f25e81629e72 (patch) | |
| tree | b6b21ef1ac197640224871372d4e0ca356432e17 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 0da5ac1a7537f05d6ca87ec2e76b25f3b555c301 (diff) | |
[OpenMP] Make CUDA math library functions SPMD amenable
This patch adds the SPMD amenable assumption to the CUDA math library
defintions in Clang. Previously these functions would block SPMD
execution on the device because they're intrinsic calls into the library
and can't be calculated. These functions don't have side-effects so they
are safe to execute in SPMD mode.
Depends on D105937
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D108958
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
