cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

ankurdh
Journeyman III

how to pass char ** to kernels.

hello, i'm trying to send multiple words, stored in a char ** array. I'm not able to figure out how to send this data type to an openCL Kernel.

Need help as soon as possible.

 

Thanks in advance

0 Likes
1 Reply
omkaranathan
Adept I

You have to convert your array to char* and send.

0 Likes