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
I've noticed inconsistent behavior when reading values from vector using .back() routine. Digging it I've realized that essentially most of the vector read routines rely on the buffer_value class to read values from buffer and it uses some dummy command queue.
I suggest to add command queue argument to read routines, this way you can ensure that operations on the buffer have been performed before actually reading values from it.
The text was updated successfully, but these errors were encountered:
I've noticed inconsistent behavior when reading values from vector using
.back()
routine. Digging it I've realized that essentially most of the vector read routines rely on the buffer_value class to read values from buffer and it uses some dummy command queue.I suggest to add command queue argument to read routines, this way you can ensure that operations on the buffer have been performed before actually reading values from it.
The text was updated successfully, but these errors were encountered: