summaryrefslogtreecommitdiff
path: root/test/CodeGenCUDA/ptx-kernels.cu
AgeCommit message (Expand)Author
2016-06-30[CUDA] Give templated device functions internal linkage, templated kernels ex...Justin Lebar
2016-05-02[CUDA] Make sure device-side __global__ functions are always visible.Artem Belevich
2015-09-23[CUDA] __global__ functions should always be visible externally.Artem Belevich
2015-09-22[CUDA] Add implicit __attribute__((used)) to all __global__ functions.Artem Belevich
2015-08-11Revert "[CUDA] Add implicit __attribute__((used)) to all __global__ functions."Daniel Jasper
2015-08-10[CUDA] Add implicit __attribute__((used)) to all __global__ functions.Artem Belevich
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith
2014-04-28Move all CUDA testing inputs to Inputs/ subdirectory inside the tests.Eli Bendersky
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-03-30Use kernel metadata to differentiate between kernel and deviceJustin Holewinski
2012-05-24Replace PTX back-end with NVPTX back-end in all places where Clang caresJustin Holewinski
2011-10-06CUDA: add -fcuda-is-device flagPeter Collingbourne
2011-10-06CUDA: set proper calling conventions for PTXPeter Collingbourne