[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 00:22:42 PST 2024


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

What's the `64` here? Wave size?

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


More information about the llvm-commits mailing list