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
Investigate a synchronized container class which can be used from both the host and the device and automatically synchronizes the underlying data when necessary. This should offer an interface similar to vector<T> and probably be built around an OpenCL buffer allocated with CL_MEM_ALLOC_HOST_PTR.