[llvm] [OpenMP] Unconditionally provide an RPC client interface for OpenMP (PR #117933)
Jan Patrick Lehr via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 28 06:34:29 PST 2024
================
@@ -93,6 +94,22 @@ Error RPCServerTy::runServer(plugin::GenericDeviceTy &Device) {
});
break;
}
+ case OFFLOAD_HOST_CALL: {
+ uint64_t Sizes[64] = {0};
----------------
jplehr wrote:
I was wondering if we at least should have a comment there what it is, since it may not be obvious for everybody.
https://github.com/llvm/llvm-project/pull/117933
More information about the llvm-commits
mailing list