summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCUDA/kernel-amdgcn.cu
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] Set default flat work group size to (1,256) for HIPYaxun Liu2019-09-031-2/+3
| | | | | | Differential Revision: https://reviews.llvm.org/D67048 llvm-svn: 370808
* [CUDA] Set LLVM calling convention for CUDA kernelYaxun Liu2018-04-201-0/+41
| | | | | | | | | | | | | | Some targets need special LLVM calling convention for CUDA kernel. This patch does that through a TargetCodeGenInfo hook. It only affects amdgcn target. Patch by Greg Rodgers. Revised and lit tests added by Yaxun Liu. Differential Revision: https://reviews.llvm.org/D45223 llvm-svn: 330447
* Revert "Set calling convention for CUDA kernel"Artem Belevich2018-04-031-29/+0
| | | | | | | This reverts r328795 which introduced an issue with referencing __global__ function templates. More details in the original review D44747. llvm-svn: 329099
* Set calling convention for CUDA kernelYaxun Liu2018-03-291-0/+29
This patch sets target specific calling convention for CUDA kernels in IR. Patch by Greg Rodgers. Revised and lit test added by Yaxun Liu. Differential Revision: https://reviews.llvm.org/D44747 llvm-svn: 328795
OpenPOWER on IntegriCloud