summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/amdgpu-macros.cl
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] gfx908 clang targetStanislav Mekhanoshin2019-07-091-0/+7
| | | | | | Differential Revision: https://reviews.llvm.org/D64430 llvm-svn: 365528
* [AMDGPU] gfx1011/gfx1012 clang supportStanislav Mekhanoshin2019-06-141-0/+14
| | | | | | Differential Revision: https://reviews.llvm.org/D63308 llvm-svn: 363345
* [AMDGPU] gfx1010 clang targetStanislav Mekhanoshin2019-05-131-0/+7
| | | | | | Differential Revision: https://reviews.llvm.org/D61875 llvm-svn: 360634
* AMDGPU: Handle gfx909 in AMDGPUTargetInfo::initFeatureMapKonstantin Zhuravlyov2018-10-241-0/+7
| | | | | | + add required tests llvm-svn: 345181
* AMDGPU: Add Vega12 and Vega20Matt Arsenault2018-04-301-0/+14
| | | | | | | | Changes by Matt Arsenault Konstantin Zhuravlyov llvm-svn: 331216
* AMDGPU: Define FP_FAST_FMA{F} macros for amdgcnKonstantin Zhuravlyov2018-02-271-33/+189
| | | | | | | | | | - Expand GK_*s (i.e. GFX6 -> GFX600, GFX601, etc.) - This allows us to choose features correctly in some cases (for example, fast fmaf is available on gfx600, but not gfx601) - Move HasFMAF, HasFP64, HasLDEXPF to GPUInfo tables - Add HasFastFMA, HasFastFMAF to GPUInfo tables - Add missing tests llvm-svn: 326254
* Reapply r325193Konstantin Zhuravlyov2018-02-151-0/+107
| | | | llvm-svn: 325203
* Revert r325193 as it breaks buildbotsKonstantin Zhuravlyov2018-02-151-107/+0
| | | | llvm-svn: 325200
* AMDGPU: Cleanup most of the macrosKonstantin Zhuravlyov2018-02-151-0/+107
- Insert __AMD__ macro - Insert __AMDGPU__ macro - Insert __devicename__ macro - Add missing tests for arch macros Differential Revision: https://reviews.llvm.org/D36802 llvm-svn: 325193
OpenPOWER on IntegriCloud