diff options
author | Joseph Huber <jhuber6@vols.utk.edu> | 2023-03-24 09:37:28 -0500 |
---|---|---|
committer | Joseph Huber <jhuber6@vols.utk.edu> | 2023-03-24 09:38:51 -0500 |
commit | 53627ffb3cc9bfefe3fbfb2356a736593b90b77e (patch) | |
tree | ff54c4ffc7e0a92e2773600047054f6aaf90049e /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | c0d28d58fafe4480a129298efb36120170f35fa0 (diff) | |
download | llvm-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