[all-commits] [llvm/llvm-project] e0b487: [libc] Rename and install the RPC server interface
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Jun 21 09:26:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e0b487bfc07655f333552670732064d6c42915a9
https://github.com/llvm/llvm-project/commit/e0b487bfc07655f333552670732064d6c42915a9
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths:
M libc/utils/gpu/loader/Loader.h
M libc/utils/gpu/loader/amdgpu/CMakeLists.txt
M libc/utils/gpu/loader/nvptx/CMakeLists.txt
M libc/utils/gpu/server/CMakeLists.txt
R libc/utils/gpu/server/Server.cpp
R libc/utils/gpu/server/Server.h
A libc/utils/gpu/server/rpc_server.cpp
A libc/utils/gpu/server/rpc_server.h
Log Message:
-----------
[libc] Rename and install the RPC server interface
This patch prepares the RPC interface to be installed. We place this in
the existing `llvm-gpu-none` directory as it will also give us access to
the generated `libc` headers for the opcodes.
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D153040
More information about the All-commits
mailing list