[llvm] [OpenMP] Unconditionally provide an RPC client interface for OpenMP (PR #117933)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 28 07:12:55 PST 2024


================
@@ -93,6 +94,22 @@ Error RPCServerTy::runServer(plugin::GenericDeviceTy &Device) {
     });
     break;
   }
+  case OFFLOAD_HOST_CALL: {
+    uint64_t Sizes[64] = {0};
----------------
jhuber6 wrote:

Done

https://github.com/llvm/llvm-project/pull/117933


More information about the llvm-commits mailing list