llvm-capstone/libc/utils
Joseph Huber a1be5d69df
[libc] Implement more input functions on the GPU (#66288)
Summary:
This patch implements the `fgets`, `getc`, `fgetc`, and `getchar`
functions on the GPU. Their implementations are straightforward enough.
One thing worth noting is that the implementation of `fgets` will be
extremely slow due to the high latency to read a single char. A faster
solution would be to make a new RPC call to call `fgets` (due to the
special rule that newline or null breaks the stream). But this is left
out because performance isn't the primary concern here.
2023-09-14 15:39:29 -05:00
..
buildbot [libc] Add python3 to libc buildbot depedencies. 2020-12-17 08:59:13 -08:00
gpu [libc] Implement more input functions on the GPU (#66288) 2023-09-14 15:39:29 -05:00
HdrGen [libc] Add support for creating wrapper headers for offloading in clang 2023-07-07 16:02:33 -05:00
LibcTableGenUtil [libc] update LibcTableGenUtil for LLVM_LINK_LLVM_DYLIB 2023-03-11 09:15:06 -08:00
mathtools [libc] add options to printf decimal floats 2023-06-08 14:23:15 -07:00
MPFRWrapper [libc] fix MPFR rounding problems in fuzz test 2023-07-05 10:53:40 -07:00
CMakeLists.txt [libc][NFC] Move RoundingModeUtils to LibcFPTestHelpers. 2023-04-18 18:37:30 +00:00