aboutsummaryrefslogtreecommitdiff
path: root/libc/docs/gpu
AgeCommit message (Expand)AuthorFilesLines
2025-05-05[libc][gpu][docs] Fix typos in GPU libc's documentation (#138565)Howard Chu1-3/+3
2025-04-22Revert "[LLVM] Replace use of `LLVM_RUNTIMES_TARGET` with `LLVM_DEFAULT_TARGE...Joseph Huber1-6/+6
2025-04-22[LLVM] Replace use of `LLVM_RUNTIMES_TARGET` with `LLVM_DEFAULT_TARGET_TRIPLE...Joseph Huber1-6/+6
2025-03-13[libc] Make RPC server handling header only (#131205)Joseph Huber1-5/+8
2025-02-21[libc] Enable 'strftime' for the GPU targets (#128220)Joseph Huber1-0/+2
2025-02-19[AMDGPU] Replace gfx940 and gfx941 with gfx942 in offload and libclc (#125826)Fabian Ritter1-1/+1
2025-02-17[libc][Docs] Add proper 'offload' build to use libc with offloadJoseph Huber1-1/+1
2025-01-28[libc][docs] Fix the RPC documentation leaking portsJoseph Huber1-2/+5
2025-01-27[libc] Add CMake cache file for the GPU build (#124589)Joseph Huber1-1/+2
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber1-2/+2
2024-12-16[libc][Docs] Update `libc` documentation for RPC and others (#120018)Joseph Huber2-114/+33
2024-12-03[libc] delete hdrgen (#117220)Nick Desaulniers1-14/+5
2024-11-19[libc] Increase RPC opcode to 32-bit and use a class byte (#116905)Joseph Huber1-3/+3
2024-11-02[NFC] Simple typo correction. (#114548)c8ef1-1/+1
2024-10-04[libc][docs] Update NVPTX using documentation now that linking worksJoseph Huber1-13/+11
2024-09-24[libc] Implement the 'rename' function on the GPU (#109814)Joseph Huber1-0/+1
2024-09-23[libc] Add 'strings.h' header on the GPU (#109661)Joseph Huber1-7/+17
2024-09-23[libc] Add GPU support for the 'system' function (#109687)Joseph Huber1-0/+1
2024-08-21[libc] Add `scanf` support to the GPU build (#104812)Joseph Huber1-0/+2
2024-08-21[libc][docs] Update docs to reflect new headergen (#102381)Michael Jones1-1/+5
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