[PATCH] D26509: [OpenCL] Fix integer parameters of enqueue_kernel
Anastasia Stulova via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 14 03:39:46 PST 2016
Anastasia added a comment.
I see. If I say something like:
- For the number of event argument allow to pass larger integers than 32 bits as soon as compiler can prove that the range fits in 32 bits. If not, the diagnostic will be given.
- Change type of the arguments specifying sizes of the corresponding block arguments to be size_t.
https://reviews.llvm.org/D26509
More information about the cfe-commits
mailing list