| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc] Remove old RPC host call extension for GPU (#120800) Summary: This was originally a hacked together function that served to just implement some features for OpenMP. That has been moved into OpenMP itself now that we have exported RPC properly. This can now be deleted. | 1 年前 | |
[libc] Export a pointer to the RPC client directly (#117913) Summary: We currently have an unnecessary level of indirection when initializing the RPC client. This is a holdover from when the RPC client was not trivially copyable and simply makes it more complicated. Here we use the asm syntax to give the C++ variable a valid name so that we can just copy to it directly. Another advantage to this, is that if users want to piggy-back on the same RPC interface they need only declare theirs as extern with the same symbol name, or make it weak to optionally use it if LIBC isn't avaialb.e | 1 年前 | |
[libc] Export a pointer to the RPC client directly (#117913) Summary: We currently have an unnecessary level of indirection when initializing the RPC client. This is a holdover from when the RPC client was not trivially copyable and simply makes it more complicated. Here we use the asm syntax to give the C++ variable a valid name so that we can just copy to it directly. Another advantage to this, is that if users want to piggy-back on the same RPC interface they need only declare theirs as extern with the same symbol name, or make it weak to optionally use it if LIBC isn't avaialb.e | 1 年前 | |
[libc][NFC] Fix warnings in RPC server code | 8 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 8 个月前 |