[PATCH] D24715: [OpenCL] Block captured variables in dynamic parallelism - OpenCL 2.0
Anastasia Stulova via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 8 04:40:35 PDT 2016
Anastasia added a comment.
However, it seems like we didn't provide quite complete implementation with respect to the captures yet as it's not possible at the moment for __enqueue_kernel_XXX to know the size of the captures or even the block literal struct itself to be able to copy the block data correctly.
https://reviews.llvm.org/D24715
More information about the cfe-commits
mailing list