1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00
Sameer Sahasrabuddhe 0ca25cfe2f [AMDGPU] add support for hostcall buffer pointer as hidden kernel argument
Hostcall is a service that allows a kernel to submit requests to the
host using shared buffers, and block until a response is
received. This will eventually replace the shared buffer currently
used for printf, and repurposes the same hidden kernel argument. This
change introduces a new ValueKind in the HSA metadata to represent the
hostcall buffer.

Differential Revision: https://reviews.llvm.org/D70038
2019-11-20 15:53:55 +05:30
..
2019-04-05 13:59:24 +00:00
2019-10-09 09:06:30 +00:00
2019-07-30 16:31:06 +00:00
2019-11-11 18:25:28 +01:00
2019-02-21 15:48:10 +00:00
2019-07-09 18:10:06 +00:00
2019-08-14 20:13:49 +00:00