OpenCL functions

Hello @ all,
need help by the follwing questions:

how function are treated in opencl on graphic cards (all inline?)?
where is the data allocated useded by functions (parameters, variables)?

how function are treated in opencl on graphic cards (all inline?)?

It depends on the implementation.

where is the data allocated useded by functions (parameters, variables)?

It also depends on the implementation.

This may not be the answer you wanted, but it is the truth.