Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU/NFC: Rename code object metadata as HSA metadata | Konstantin Zhuravlyov | 2017-10-11 | 1 | -33/+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] set read_only access qualifier for pointers | Stanislav Mekhanoshin | 2017-04-14 | 1 | -0/+33 |
If a kernel's pointer argument is known to be readonly set access qualifier accordingly. This allows RT not to flush caches before dispatches. Differential Revision: https://reviews.llvm.org/D32091 llvm-svn: 300362 |