You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data structures shared between the OpenCL host and device are defined twice: once in the host code, once in the device code.
Put the definitions in a file that will be shared by the host and device.
The three main structures are:
cl_atomdata_params_t
cl_nbparam_params_t
cl_plist_params_t
The text was updated successfully, but these errors were encountered:
The data structures shared between the OpenCL host and device are defined twice: once in the host code, once in the device code.
Put the definitions in a file that will be shared by the host and device.
The three main structures are:
cl_atomdata_params_t
cl_nbparam_params_t
cl_plist_params_t
The text was updated successfully, but these errors were encountered: