[libc-commits] [PATCH] D152283: [libc] Export GPU extensions to `libc` for external use

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jun 7 05:19:52 PDT 2023


jhuber6 updated this revision to Diff 529264.
jhuber6 added a comment.

Add enumerations for the opcodes and switch over to using the generated header / types file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152283

Files:
  libc/config/gpu/api.td
  libc/config/gpu/entrypoints.txt
  libc/config/gpu/headers.txt
  libc/include/CMakeLists.txt
  libc/include/gpu/rpc.h.def
  libc/include/llvm-libc-types/CMakeLists.txt
  libc/include/llvm-libc-types/rpc_opcodes_t.h
  libc/spec/gpu_ext.td
  libc/src/CMakeLists.txt
  libc/src/__support/File/gpu/file.cpp
  libc/src/__support/OSUtil/gpu/io.cpp
  libc/src/__support/OSUtil/gpu/quick_exit.cpp
  libc/src/__support/RPC/CMakeLists.txt
  libc/src/__support/RPC/rpc.h
  libc/src/__support/RPC/rpc_client.h
  libc/src/gpu/CMakeLists.txt
  libc/src/gpu/rpc_reset.cpp
  libc/src/gpu/rpc_reset.h
  libc/src/stdlib/gpu/free.cpp
  libc/src/stdlib/gpu/malloc.cpp
  libc/test/integration/startup/gpu/rpc_interface_test.cpp
  libc/test/integration/startup/gpu/rpc_stream_test.cpp
  libc/test/integration/startup/gpu/rpc_test.cpp
  libc/utils/gpu/server/CMakeLists.txt
  libc/utils/gpu/server/Server.cpp
  libc/utils/gpu/server/Server.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152283.529264.patch
Type: text/x-patch
Size: 18891 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230607/d3d36d15/attachment-0001.bin>


More information about the libc-commits mailing list