[PATCH] D32898: [OpenCL] Handle OpenCL specific subelement types

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 9 11:20:36 PDT 2017


Anastasia accepted this revision.
Anastasia added inline comments.
This revision is now accepted and ready to land.


================
Comment at: test/SemaOpenCL/array-init.cl:4
+
+__kernel void k2(queue_t q1, queue_t q2) {
+  queue_t q[] = {q1, q2};
----------------
Minor thing - I would use sequential numeration of kernel names i.e. k1, k2, k3...


https://reviews.llvm.org/D32898





More information about the cfe-commits mailing list