aboutsummaryrefslogtreecommitdiff
path: root/libc/src/math/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber1-1/+0
2024-02-06[libc] Fix accidentally deleted braces after changeJoseph Huber1-0/+1
2024-02-06[libc] Remove CPU dependent AMDGPU instructions (#80707)Joseph Huber1-81/+4
2023-12-29[libc] Adds AMDGPU gfx941 and gfx942 to archs (#76573)Jan Patrick Lehr1-0/+4
2023-10-20Fixed typo in GPU libm device library warning (#69752)Anton Rydahl1-1/+1
2023-10-19[libc][libm][GPU] Add missing vendor entrypoints to the GPU version of `libm`...Anton Rydahl38-83/+926
2023-10-06[libc] Fix linking of AMDGPU device runtime control constants for math (#65676)Joseph Huber1-41/+53
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet87-174/+174
2023-09-07[libc] Fix missing GPU math implementations (#65616)Joseph Huber12-66/+130
2023-08-17[libc] Do not run tests on vendor implemented mathJoseph Huber2-2/+2
2023-08-15[libc][NFC] Suppress warnings on floating point conversionsJoseph Huber1-4/+12
2023-08-01[libc][libm][GPU] Populating 'libmgpu.a' for math on the GPUAnton Rydahl39-9/+963
2023-07-26[libc] Fix missing bitcode flags passed to GPU vendor mathJoseph Huber1-0/+10
2023-07-26[libc] Add math functions to AMD/NVPTX libmEthan Luis McDonough52-2/+1430
2023-07-25[libc][Obvious] Fix AMDGPU control constant for vendor sqrtJoseph Huber1-1/+1
2023-07-17[AMDGPU] Add targets gfx1150 and gfx1151Jay Foad1-0/+4
2023-06-14[libc] Begin implementing a 'libmgpu.a' for math on the GPUJoseph Huber12-0/+369