Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lib/Sema/
-
Sema/
-
SemaInit.cpp
-
test/SemaOpenCL/
-
SemaOpenCL/
1/1
array-init.cl
Hide Panel
f
Keyboard Reference
?
Differential
D32898
[OpenCL] Handle OpenCL specific subelement types
Closed
Public
Authored by
echuraev
on May 5 2017, 3:58 AM.
Download Raw Diff
Details
Reviewers
Anastasia
cfe-commits
Commits
rG45fe70f845b9: [OpenCL] Handle OpenCL specific subelement types
rC302633: [OpenCL] Handle OpenCL specific subelement types
rL302633: [OpenCL] Handle OpenCL specific subelement types
Diff Detail
Event Timeline
echuraev
created this revision.
May 5 2017, 3:58 AM
Herald
added a subscriber:
yaxunl
.
·
View Herald Transcript
May 5 2017, 3:58 AM
Anastasia
accepted this revision.
May 9 2017, 11:20 AM
Anastasia
added inline comments.
test/SemaOpenCL/array-init.cl
4
Minor thing - I would use sequential numeration of kernel names i.e. k1, k2, k3...
This revision is now accepted and ready to land.
May 9 2017, 11:20 AM
echuraev
updated this revision to
Diff 98416
.
May 10 2017, 1:45 AM
echuraev
marked an inline comment as done.
echuraev
closed this revision.
May 10 2017, 3:41 AM
Minor thing - I would use sequential numeration of kernel names i.e. k1, k2, k3...