summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCUDA/amdgpu-kernel-attrs.cu
Commit message (Collapse)AuthorAgeFilesLines
* [HIP] Add option --gpu-max-threads-per-block=nYaxun (Sam) Liu2020-01-071-6/+16
| | | | | | Add this option to change the default launch bounds. Differential Revision: https://reviews.llvm.org/D71221
* [CUDA][HIP] Allow CUDA __global__ functions to have amdgpu kernel attributesYaxun Liu2018-06-121-0/+37
There are HIP applications e.g. Tensorflow 1.3 using amdgpu kernel attributes, however currently they are only allowed on OpenCL kernel functions. This patch will allow amdgpu kernel attributes to be applied to CUDA/HIP __global__ functions. Differential Revision: https://reviews.llvm.org/D47958 llvm-svn: 334561
OpenPOWER on IntegriCloud