aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/Cuda.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-31[Basic] Remove unused includes (NFC) (#142295)Kazu Hirata1-1/+0
2025-04-25[Clang][NFC] Move OffloadArch enum to a generic location (#137070)Justin Cai1-117/+0
2025-02-19[CUDA] Add support for sm101 and sm120 target architectures (#127187)Sebastian Jodłowski1-0/+8
2025-02-19[AMDGPU][clang] Replace gfx940 and gfx941 with gfx942 in clang (#126762)Fabian Ritter1-2/+0
2025-01-22Remove incorrect CUDA defines (#123898)Sergey Kozub1-3/+1
2025-01-21[NVPTX] Add support for PTX 8.6 and CUDA 12.6 (12.8) (#123398)Sergey Kozub1-2/+6
2024-11-18AMDGPU: Add gfx950 subtarget definitions (#116307)Matt Arsenault1-0/+1
2024-11-12[AMDGPU] Introduce a new generic target `gfx9-4-generic` (#115190)Shilei Tian1-0/+1
2024-10-23[AMDGPU] Add a new target for gfx1153 (#113138)Carl Ritson1-0/+1
2024-10-14[CUDA] Add support for CUDA-12.6 and sm_100 (#112028)Artem Belevich1-0/+5
2024-06-30[CUDA][NFC] CudaArch to OffloadArch rename (#97028)Jakub Chlanda1-56/+54
2024-06-25[clang][Driver] Add HIPAMD Driver support for AMDGCN flavoured SPIR-V (#95061)Alex Voicu1-0/+1
2024-06-06[AMDGPU] Add a new target gfx1152 (#94534)Shilei Tian1-0/+1
2024-06-05[CUDA] Mark CUDA-12.5 as supported and introduce ptx 8.5. (#94113)Andrey Portnoy1-0/+1
2024-06-05AMDGPU: Add missing gfx* generic targets handling in clang (NVPTX, OpenMP run...Konstantin Zhuravlyov1-0/+5
2024-05-08[CUDA] Mark CUDA-12.4 as supported and introduce ptx 8.4. (#91516)Artem Belevich1-2/+3
2024-04-16[CUDA] Rename SM_32 to SM_32_ to work around AIX headers (#88779)Joseph Huber1-3/+3
2023-12-11[CUDA] Add support for CUDA-12.3 and sm_90a (#74895)Artem Belevich1-0/+5
2023-11-23[AMDGPU] Define new targets gfx1200 and gfx1201 (#73133)Jay Foad1-0/+2
2023-07-17[AMDGPU] Add targets gfx1150 and gfx1151Jay Foad1-0/+2
2023-06-02[CUDA] Update Kepler(sm_3*) support info.Artem Belevich1-1/+5
2023-05-25[CUDA] bump supported CUDA version to 12.1/11.8Artem Belevich1-0/+2
2023-05-10AMDGPU: Add basic gfx942 targetKonstantin Zhuravlyov1-0/+1
2023-05-10AMDGPU: Add basic gfx941 targetKonstantin Zhuravlyov1-0/+1
2022-12-14Don't include StringSwitch (NFC)Kazu Hirata1-1/+0
2022-10-07Add support for CUDA-11.8 and sm_{87,89,90} GPUs.Artem Belevich1-0/+11
2022-10-07Refactored CUDA version housekeeping to use less boilerplate.Artem Belevich1-92/+49
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