Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put definition for data structures shared by the OpenCL host and device into one single file #16

Open
ancahamuraru opened this issue Sep 16, 2014 · 0 comments

Comments

@ancahamuraru
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant