aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2023-03-24 09:37:28 -0500
committerJoseph Huber <jhuber6@vols.utk.edu>2023-03-24 09:38:51 -0500
commit53627ffb3cc9bfefe3fbfb2356a736593b90b77e (patch)
treeff54c4ffc7e0a92e2773600047054f6aaf90049e /flang/lib/Frontend/CompilerInvocation.cpp
parentc0d28d58fafe4480a129298efb36120170f35fa0 (diff)
downloadllvm-53627ffb3cc9bfefe3fbfb2356a736593b90b77e.zip
llvm-53627ffb3cc9bfefe3fbfb2356a736593b90b77e.tar.gz
llvm-53627ffb3cc9bfefe3fbfb2356a736593b90b77e.tar.bz2
[libc] Change RPC outbox stores to be relaxed
Summary: These stored previously used `RELEASE`. This was done originally to ensure that the stores to the shared memory buffer were flushed prior to signaling that the other side can begin accessing it. However, this should be accomplished by the memory fence above the store. This change is required because NVPTX does not support non-relaxed atomics used on unified shared memory.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions