[all-commits] [llvm/llvm-project] 7e88e2: [libc] Add GPU support for the 'inttypes.h' functions
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Jul 5 15:47:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e88e26d3845a30c2831328f902fd3d597b3ef26
https://github.com/llvm/llvm-project/commit/7e88e26d3845a30c2831328f902fd3d597b3ef26
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-07-05 (Wed, 05 Jul 2023)
Changed paths:
M libc/config/gpu/api.td
M libc/config/gpu/entrypoints.txt
M libc/config/gpu/headers.txt
M libc/docs/gpu/support.rst
M libc/test/src/inttypes/CMakeLists.txt
Log Message:
-----------
[libc] Add GPU support for the 'inttypes.h' functions
Another low hanging fruit we can put on the GPU, this ports the tests
over to the hermetic framework so we can run them on the GPU.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D154540
More information about the All-commits
mailing list