llvm-capstone/libc/startup/gpu
Joseph Huber d3aabeb7b5 [libc] Treat the locks array as a bitfield
Currently we keep an internal buffer of device memory that is used to
indicate ownership of a port. Since we only use this as a single bit we
can simply turn this into a bitfield. I did this manually rather than
having a separate type as we need very special handling of the masks
used to interact with the locks.

Reviewed By: JonChesterfield

Differential Revision: https://reviews.llvm.org/D155511
2023-07-21 10:49:11 -05:00
..
amdgpu [libc] Treat the locks array as a bitfield 2023-07-21 10:49:11 -05:00
nvptx [libc] Treat the locks array as a bitfield 2023-07-21 10:49:11 -05:00
CMakeLists.txt [libc] Don't install the GPU startup code for now 2023-03-21 21:01:27 -05:00