summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCUDA/Inputs
AgeCommit message (Expand)Author
2025-10-17[Clang][HIP][CUDA] Add `__cluster_dims__` and `__no_cluster__` attribute (#15...Shilei Tian
2025-04-22cuda clang: Move nvptx-surface.cu test to CodeGenCUDA (#134758)Austin Schuh
2024-11-05[CUDA] Add support for __grid_constant__ attribute (#114589)Artem Belevich
2024-08-12[Offload][CUDA] Allow CUDA kernels to use LLVM/Offload (#94549)Johannes Doerfert
2023-07-17[HIP] Rename predefined macrosYaxun (Sam) Liu
2023-07-13[clang] Support '-fgpu-default-stream=per-thread' for NVIDIA CUDAboxu.zhang
2023-06-07[clang][CodeGen] Fix GPU-specific attributes being dropped by bitcode linkingpvanhout
2023-04-29LangRef: Add "dynamic" option to "denormal-fp-math"Matt Arsenault
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov
2022-02-23[HIP] Support `-fgpu-default-stream`Yaxun (Sam) Liu
2021-09-27[HIP] Fix linking of asanrt.bcYaxun (Sam) Liu
2021-03-01[HIP] Emit kernel symbolYaxun (Sam) Liu
2021-01-22[HIP] Support __managed__ attributeYaxun (Sam) Liu
2020-09-16[clang][codegen] Skip adding default function attributes on intrinsics.Michael Liao
2019-09-24[HIP] Support new kernel launching APIYaxun Liu
2019-01-31[CUDA] add support for the new kernel launch API in CUDA-9.2+.Artem Belevich
2018-04-25[HIP] Add hip input kind and codegen for kernel launchingYaxun Liu
2016-05-20Avoid depending on test inputes that aren't in InputsReid Kleckner
2016-01-23[CUDA] Make printf work.Justin Lebar
2015-10-27Allow linking multiple bitcode files.Artem Belevich
2015-09-10[CUDA] Postprocess bitcode linked in during device-side CUDA compilation.Artem Belevich
2014-04-28Move all CUDA testing inputs to Inputs/ subdirectory inside the tests.Eli Bendersky