Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
cfe/trunk/test/SemaCUDA/
-
trunk/
-
test/
-
SemaCUDA/
-
reference-to-kernel-fn.cu
Hide Panel
f
Keyboard Reference
?
Differential
D24581
[CUDA] Add test checking our ability to take a function pointer to a __global__ function on the host side.
Closed
Public
Authored by
jlebar
on Sep 14 2016, 1:39 PM.
Download Raw Diff
Details
Reviewers
tra
Commits
rG5fd18d17e522: [CUDA] Add test checking our ability to take a function pointer to a __global__…
rC281543: [CUDA] Add test checking our ability to take a function pointer to a __global__…
rL281543: [CUDA] Add test checking our ability to take a function pointer to a…
Summary
This functionality is used by Thrust.
Diff Detail
Repository
rL LLVM
Event Timeline
jlebar
updated this revision to
Diff 71423
.
Sep 14 2016, 1:39 PM
jlebar
retitled this revision from
to
[CUDA] Add test checking our ability to take a function pointer to a __global__ function on the host side.
.
jlebar
updated this object.
jlebar
added a reviewer:
tra
.
jlebar
added a subscriber:
cfe-commits
.
tra
accepted this revision.
Sep 14 2016, 2:03 PM
tra
edited edge metadata.
Comment Actions
LGTM.
This revision is now accepted and ready to land.
Sep 14 2016, 2:03 PM
Closed by commit
rL281543: [CUDA] Add test checking our ability to take a function pointer to a…
(authored by
jlebar
).
·
Explain Why
Sep 14 2016, 2:58 PM
This revision was automatically updated to reflect the committed changes.