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
Use capture initialization to avoid unnecessary copy of vector of shared_ptr
Since the vector is no longer used after it is captured by the lambda submitted
via cgh.host_task, it should be moved rather than copied for efficiency.
0 commit comments