[libc-commits] [libc] [libc] Rework the RPC interface to accept runtime wave sizes (PR #80914)
Jon Chesterfield via libc-commits
libc-commits at lists.llvm.org
Wed Feb 7 10:25:16 PST 2024
================
@@ -133,8 +128,8 @@ template <bool Invert, typename Packet> struct Process {
return inverted_outbox;
}
- // Given the current outbox and inbox values, wait until the inbox changes
- // to indicate that this thread owns the buffer element.
+ /// Given the current outbox and inbox values, wait until the inbox changes
+ /// to indicate that this thread owns the buffer element.
----------------
JonChesterfield wrote:
spurious extra /
https://github.com/llvm/llvm-project/pull/80914
More information about the libc-commits
mailing list