summaryrefslogtreecommitdiff
path: root/test/CodeGenCUDA/ptx-kernels.cu
Commit message (Expand)AuthorAgeFilesLines
* [CUDA] Give templated device functions internal linkage, templated kernels ex...Justin Lebar2016-06-301-2/+2
* [CUDA] Make sure device-side __global__ functions are always visible.Artem Belevich2016-05-021-2/+11
* [CUDA] __global__ functions should always be visible externally.Artem Belevich2015-09-231-6/+1
* [CUDA] Add implicit __attribute__((used)) to all __global__ functions.Artem Belevich2015-09-221-0/+15
* Revert "[CUDA] Add implicit __attribute__((used)) to all __global__ functions."Daniel Jasper2015-08-111-15/+0
* [CUDA] Add implicit __attribute__((used)) to all __global__ functions.Artem Belevich2015-08-101-0/+15
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-1/+1
* Move all CUDA testing inputs to Inputs/ subdirectory inside the tests.Eli Bendersky2014-04-281-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-2/+2
* Use kernel metadata to differentiate between kernel and deviceJustin Holewinski2013-03-301-3/+7
* Replace PTX back-end with NVPTX back-end in all places where Clang caresJustin Holewinski2012-05-241-1/+1
* CUDA: add -fcuda-is-device flagPeter Collingbourne2011-10-061-1/+1
* CUDA: set proper calling conventions for PTXPeter Collingbourne2011-10-061-0/+12