]> granicus.if.org Git - clang/commit
[CUDA] Add test checking our ability to take a function pointer to a __global__ funct...
authorJustin Lebar <jlebar@google.com>
Wed, 14 Sep 2016 21:50:11 +0000 (21:50 +0000)
committerJustin Lebar <jlebar@google.com>
Wed, 14 Sep 2016 21:50:11 +0000 (21:50 +0000)
commit7c90bb73d0b53c126efb84b9acc4c0fc3b8500c5
treedbeb33f1f04f011b98e4388f5532912b18d889a9
parent5eb95c4c284486351e3ed0fdad011acf41540c8b
[CUDA] Add test checking our ability to take a function pointer to a __global__ function on the host side.

Summary: This functionality is used by Thrust.

Reviewers: tra

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D24581

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@281543 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaCUDA/reference-to-kernel-fn.cu [new file with mode: 0644]