Forum Discussion
MEIYAN_L_Intel
Frequent Contributor
6 years agoHi,
I had compare two OpenCL SDK version which are v16.0 and v19.3.
The latest version had stated "Pass structure parameters (struct) in OpenCL kernels either by value or as a pointer to a structure" while in v16.0 stated "Convert each structure parameter (struct) to a pointer that points to a structure".
I am checking internally whether in v16.0 can passing structure parameters by value.
Thanks