Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU/NFC: Rename code object metadata as HSA metadata | Konstantin Zhuravlyov | 2017-10-11 | 1 | -32/+0 |
| | | | | | | | | | - Rename AMDGPUCodeObjectMetadata to AMDGPUMetadata (PAL metadata will be included in this file in the follow up change) - Rename AMDGPUCodeObjectMetadataStreamer to AMDGPUHSAMetadataStreamer - Introduce HSAMD namespace - Other minor name changes in function and test names llvm-svn: 315522 | ||||
* | [AMDGPU] Emit kernel code properties as code object metadata | Konstantin Zhuravlyov | 2017-03-22 | 1 | -0/+32 |
- These are not required for low level runtime Differential Revision: https://reviews.llvm.org/D29949 llvm-svn: 298556 |