aboutsummaryrefslogtreecommitdiff
path: root/libc/docs/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-07-24[libc] Enable 'sscanf' on the GPU #100211Joseph Huber1-4/+5
2024-07-24Reapply "[libc] Remove 'packaged' GPU build support (#100208)"Joseph Huber2-26/+8
2024-07-24Revert "[libc] Remove 'packaged' GPU build support (#100208)"Joseph Huber2-8/+26
2024-07-24Revert "[libc] Enable 'sscanf' on the GPU (#100211)"Joseph Huber1-5/+4
2024-07-24[libc] Enable 'sscanf' on the GPU (#100211)Joseph Huber1-4/+5
2024-07-24[libc] Remove 'packaged' GPU build support (#100208)Joseph Huber2-26/+8
2024-07-18[libc] Remove `strerror_r` on the GPU for nowJoseph Huber1-0/+1
2024-07-16[libc][docs] Document printf support on the GPU target (#99241)Joseph Huber1-0/+8
2024-07-16[libc] Implement `clock_gettime` for the monotonic clock on the GPU (#99067)Joseph Huber1-0/+1
2024-07-01[libc] Partially implement 'errno' on the GPU (#97107)Joseph Huber1-1/+1
2024-07-01[libc] Implement the 'remove' function on the GPU (#97096)Joseph Huber1-0/+1
2024-06-26[libc][docs] List `rand` and `srand` as supported on the GPU (#96757)Joseph Huber1-0/+2
2024-06-04[NFC] Fix typo in libc/docs/gpu/using.rstJoachim Meyer1-1/+1
2024-04-10[libc] Add note to use `LIBC_GPU_BUILD=ON` as another formJoseph Huber1-1/+6
2024-03-29[libc][Docs] Update RPC server example using CUDA after changesJoseph Huber1-11/+4
2024-03-15[libc] Update GPU testing documentation (#85459)Joseph Huber3-23/+141
2024-03-13[libc][docs] document gpu support for stdbit.h (#85103)Nick Desaulniers1-0/+73
2024-03-06[libc] Update GPU documentation pages (#84076)Joseph Huber4-50/+462
2024-02-23[libc][NFC] Remove all trailing spaces from libc (#82831)Joseph Huber4-128/+128
2024-02-23[libc] Remove 'llvm-gpu-none' directory from build (#82816)Joseph Huber1-2/+2
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber1-16/+17
2024-01-23[libc][Docs] Update the GPU RPC documentation (#79069)Joseph Huber3-7/+296
2023-10-23[libc] Enable remaining string functions on the GPU (#68346)Joseph Huber1-8/+19
2023-10-17[libc] Implement the 'ungetc' function on the GPU (#69248)Joseph Huber1-0/+1
2023-09-28[libc] Fix wrapper headers for some ctype macros and C++ declsJoseph Huber1-1/+1
2023-09-26[libc] Implement `fseek`, `fflush`, and `ftell` on the GPU (#67160)Joseph Huber1-0/+3
2023-09-14[libc] Implement more input functions on the GPU (#66288)Joseph Huber1-0/+7
2023-09-13[libc][NFC][Docs] Update some GPU testing informationJoseph Huber1-1/+1
2023-09-13[libc] Implement 'qsort' and 'bsearch' on the GPU (#66230)Joseph Huber1-0/+3
2023-09-09[libc] Implement stdio writing functions for the GPU port (#65809)Joseph Huber1-2/+6
2023-09-08[libc][docs] Fix docs/gpu/support.rst. (#65790)Siva Chandra1-1/+1
2023-08-31[libc] Support 'assert.h' on the GPUJoseph Huber1-1/+11
2023-08-31[libc] Implement the 'abort' function on the GPUJoseph Huber1-0/+1
2023-08-30[libc] Implement the 'nanosleep' function on the GPUJoseph Huber1-0/+1
2023-08-30[libc] Implement the 'clock()' function on the GPUJoseph Huber1-0/+9
2023-08-16[libc] Implement fopen, fclose, and fread on the GPUJoseph Huber1-2/+3
2023-08-09[libc] Rework the file handling for the GPUJoseph Huber1-2/+2
2023-07-21[libc] Remove test RPC opcodes from the exported headerJoseph Huber1-0/+7
2023-07-10[libc] Remove GPU string functions incompatible with C++Joseph Huber1-5/+5
2023-07-05[libc] Support fopen / fclose on the GPUJoseph Huber1-0/+2
2023-07-05[libc] Add GPU support for the 'inttypes.h' functionsJoseph Huber1-0/+12
2023-06-29[libc] Enable the 'div' routines on the GPUJoseph Huber1-0/+3
2023-06-29[libc] Fix the implementation of exit on the GPUJoseph Huber1-0/+1
2023-06-16[libc][Docs] Add some motivation for the GPU libcJoseph Huber4-2/+54
2023-06-15[libc] Enable conversion functions on the GPUJoseph Huber1-11/+11
2023-06-06[libc][Docs] Add support for the printing functionsJoseph Huber1-0/+10
2023-05-22[libc] Fix typos in documentationKazu Hirata1-1/+1
2023-05-05[libc][docs] Fix incorrect CMake argument in GPU documentationJoseph Huber1-2/+2
2023-05-04[libc][Docs] Add warning about running GPU tests with parallelismJoseph Huber1-0/+5
2023-05-04[libc] Enable running libc unit tests on AMDGPUJoseph Huber1-11/+11