[all-commits] [llvm/llvm-project] 8437b7: [libc] Make RPC server handling header only (#131205)

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu Mar 13 17:23:43 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8437b7f5584765ad4f7885500647657714930fbb
      https://github.com/llvm/llvm-project/commit/8437b7f5584765ad4f7885500647657714930fbb
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2025-03-13 (Thu, 13 Mar 2025)

  Changed paths:
    M libc/docs/gpu/rpc.rst
    M libc/shared/rpc_opcodes.h
    A libc/shared/rpc_server.h
    A libc/src/__support/RPC/rpc_server.h
    M libc/utils/gpu/CMakeLists.txt
    M libc/utils/gpu/loader/CMakeLists.txt
    M libc/utils/gpu/loader/Loader.h
    M libc/utils/gpu/loader/amdgpu/CMakeLists.txt
    M libc/utils/gpu/loader/nvptx/CMakeLists.txt
    R libc/utils/gpu/server/CMakeLists.txt
    R libc/utils/gpu/server/rpc_server.cpp
    A llvm/cmake/modules/FindLibcCommonUtils.cmake
    M offload/plugins-nextgen/common/CMakeLists.txt
    M offload/plugins-nextgen/common/src/RPC.cpp
    R runtimes/cmake/Modules/FindLibcCommonUtils.cmake

  Log Message:
  -----------
  [libc] Make RPC server handling header only (#131205)

Summary:
This patch moves the RPC server handling to be a header only utility
stored in the `shared/` directory. This is intended to be shared within
LLVM for the loaders and `offload/` handling.

Generally, this makes it easier to share code without weird
cross-project binaries being plucked out of the build system. It also
allows us to soon move the loader interface out of the `libc` project so
that we don't need to bootstrap those and can build them in LLVM.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list