llvm-capstone/libc/utils/gpu
Joseph Huber c850ea1498 [libc] Support fopen / fclose on the GPU
This patch adds the necessary support for the fopen and fclose functions
to work on the GPU via RPC. I added a new test that enables testing this
with the minimal features we have on the GPU. I will update it once we
have `fread` and `fwrite` to actually check the outputted strings. For
now I just relied on checking manually via the outpuot temp file.

Reviewed By: JonChesterfield, sivachandra

Differential Revision: https://reviews.llvm.org/D154519
2023-07-05 18:31:58 -05:00
..
loader [libc] Support timing information in libc tests 2023-07-05 14:27:08 -05:00
server [libc] Support fopen / fclose on the GPU 2023-07-05 18:31:58 -05:00
CMakeLists.txt [libc] Begin implementing a library for the RPC server 2023-06-15 11:02:23 -05:00