aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/Cuda.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-06-18[clang] Use value_or instead of getValueOr (NFC)Kazu Hirata1-2/+1
2022-04-29[AMDGPU][clang] Definition of gfx11 subtargetJoe Nash1-0/+4
2022-03-02[AMDGPU] Add gfx1036 targetAakanksha1-0/+1
2022-03-02[AMDGPU] Add gfx940 targetStanislav Mekhanoshin1-0/+1
2021-12-20[HIPSPV][3/4] Enable SPIR-V emission for HIPYaxun (Sam) Liu1-0/+1
2021-11-09[CUDA] Bump supported CUDA version to 11.5Carlos Galvez1-0/+5
2021-08-23[CUDA] Improve CUDA version detection and diagnostics.Artem Belevich1-2/+4
2021-08-23[CUDA] Add support for CUDA-11.4Artem Belevich1-0/+12
2021-06-24[AMDGPU] Add gfx1035 targetAakanksha Patil1-0/+1
2021-06-08Reland "[AMDGPU] Add gfx1013 target"Brendon Cahoon1-0/+1
2021-06-08Revert "[AMDGPU] Add gfx1013 target"Brendon Cahoon1-1/+0
2021-06-08[AMDGPU] Add gfx1013 targetBrendon Cahoon1-0/+1
2021-05-13[AMDGPU] Add gfx1034 targetAakanksha Patil1-0/+1
2021-05-01[Cuda] Internalize a struct and a global variableFangrui Song1-1/+3
2021-02-17[AMDGPU] gfx90a supportStanislav Mekhanoshin1-0/+1
2021-02-09[CUDA, NVPTX] Allow targeting sm_86 GPUs.Artem Belevich1-1/+13
2020-12-13[NFC][AMDGPU] Reformat AMD GPU targets in cuda.cppTony1-17/+28
2020-11-03[AMDGPU] Add gfx1033 targetTim Renouf1-1/+1
2020-11-03[AMDGPU] Add gfx90c targetTim Renouf1-1/+1
2020-10-10[AMDGPU] Add gfx602, gfx705, gfx805 targetsTim Renouf1-1/+4
2020-10-02[CUDA][HIP] Fix bound arch for offload action for fat binaryYaxun (Sam) Liu1-0/+1
2020-09-08[HIP] Add gfx1031 and gfx1030Yaxun (Sam) Liu1-1/+1
2020-04-13[CUDA] Fix missed CUDA version mappings.Artem Belevich1-0/+4
2020-04-08[CUDA] Add partial support for recent CUDA versions.Artem Belevich1-0/+9
2020-04-08[CUDA] Simplify GPU variant handling. NFC.Artem Belevich1-271/+70
2020-04-03[cuda][hip] Fix `RegisterVar` function prototype.Michael Liao1-1/+1
2020-01-28[CUDA] Assume the latest known CUDA version if we've found an unknown one.Artem Belevich1-3/+5
2019-07-11[HIP] Add GPU arch gfx1010, gfx1011, and gfx1012Yaxun Liu1-0/+18
2019-07-09[AMDGPU] gfx908 clang targetStanislav Mekhanoshin1-0/+5
2019-02-05Basic CUDA-10 support.Artem Belevich1-1/+8
2019-01-31[CUDA] Propagate detected version of CUDA to cc1Artem Belevich1-0/+46
2018-10-24Add gfx909 to GPU ArchTim Renouf1-0/+5
2018-10-23Add gfx904 and gfx906 to GPU ArchYaxun Liu1-0/+10
2018-09-24[CUDA] Added basic support for compiling with CUDA-10.0Artem Belevich1-0/+12
2018-04-24[CUDA] Enable CUDA compilation with CUDA-9.2Artem Belevich1-0/+2
2018-04-04[CUDA] Add amdgpu sub archsYaxun Liu1-0/+83
2018-02-08Add NVPTX Support to ValidCPUList (enabling march notes)Erich Keane1-0/+6
2018-01-30[CUDA] Added partial support for CUDA-9.1Artem Belevich1-0/+12
2017-10-25[CUDA] Print an error if you try to compile with < sm_30 on CUDA 9.Justin Lebar1-0/+12
2017-09-07[CUDA] Added rudimentary support for CUDA-9 and sm_70.Artem Belevich1-0/+12
2016-07-07[CUDA] Fix "control reaches end of non-void function" warnings in Cuda.cpp.Justin Lebar1-0/+6
2016-07-06[CUDA] Add utility functions for dealing with CUDA versions / architectures.Justin Lebar1-0/+165