[all-commits] [llvm/llvm-project] bbeae1: [libc][rpc] Allocate a single block of shared memo...
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Wed May 10 19:05:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bbeae142bfe2f2961816d51b45fb385821052b34
https://github.com/llvm/llvm-project/commit/bbeae142bfe2f2961816d51b45fb385821052b34
Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M libc/src/__support/RPC/rpc.h
M libc/startup/gpu/amdgpu/start.cpp
M libc/startup/gpu/nvptx/start.cpp
M libc/utils/gpu/loader/Loader.h
M libc/utils/gpu/loader/amdgpu/Loader.cpp
M libc/utils/gpu/loader/nvptx/Loader.cpp
Log Message:
-----------
[libc][rpc] Allocate a single block of shared memory instead of three
Allows moving the pointer swap between server and client into reset.
Single allocation simplifies whatever allocates the client/server, currently
the libc loaders.
Reviewed By: jhuber6
Differential Revision: https://reviews.llvm.org/D150337
More information about the All-commits
mailing list