summaryrefslogtreecommitdiff
path: root/libc/test/integration/startup/gpu
AgeCommit message (Expand)Author
2025-09-22[libc] Remove separate RPC test handling (#160206)Joseph Huber
2025-06-06[libc] Missing include in RPC testJoseph Huber
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue
2024-12-02[libc][NFC] Rename RPC opcodes to better reflect their usageJoseph Huber
2024-11-27[libc] Handle differing wavefront sizes correctly in the AMDHSA loader (#117788)Joseph Huber
2024-11-22[libc] Move RPC interface to `libc/shared` to export it (#117034)Joseph Huber
2024-10-15[libc] Fix incorrect RPC usage in testsJoseph Huber
2024-02-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber
2023-11-20[libc] Remove the optional arguments for NVPTX constructors (#69536)Joseph Huber
2023-09-29[libc][NFC] Adjust the `libc` init / fini array testJoseph Huber
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-07-21[libc] Remove test RPC opcodes from the exported headerJoseph Huber
2023-07-19[libc][NFC] Rename filesGuillaume Chatelet
2023-06-15[libc] Export GPU extensions to `libc` for external useJoseph Huber
2023-05-23[libc] Fix the `send_n` and `recv_n` utilities under divergent lanesJoseph Huber
2023-05-11[libc] Fix undeclared 'free' function in stream testJoseph Huber
2023-05-11[libc] Implement a generic streaming interface in the RPCJoseph Huber
2023-05-10[libc] Fix RPC interface when sending and recieving aribtrary packetsJoseph Huber
2023-05-08[libc] Make the opcode parameter a compile time constantJoseph Huber
2023-05-04[libc] Enable multiple threads to use RPC on the GPUJoseph Huber
2023-05-04[libc] Support global constructors and destructors on NVPTXJoseph Huber
2023-05-04[libc][rpc] Simplify mailbox state trackingJon Chesterfield
2023-04-29[libc] Add support for global ctors / dtors for AMDGPUJoseph Huber
2023-04-24[libc] Add more utility functions for the GPUJoseph Huber
2023-04-19[libc] Test the RPC interface with multiple blocksJoseph Huber
2023-04-19[libc] Add a test to directly stimulate the RPC interfaceJoseph Huber
2023-03-20[libc] Add environment variables to GPU libc test for AMDGPUJoseph Huber
2023-03-17[libc] Enable integration tests targeting the GPUJoseph Huber