[libc-commits] [PATCH] D158633: [libc] Remove `MAX_LANE_SIZE` definition from the RPC server

Jon Chesterfield via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Aug 23 09:58:08 PDT 2023


JonChesterfield added inline comments.


================
Comment at: libc/utils/gpu/server/rpc_server.cpp:96
         std::memcpy(buffer->data, &ret, sizeof(uint64_t));
+        delete[] reinterpret_cast<uint8_t *>(strs[id]);
       });
----------------
Was a functional change intended here?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158633/new/

https://reviews.llvm.org/D158633



More information about the libc-commits mailing list