mirror of
https://github.com/boostorg/compute.git
synced 2026-02-01 08:22:17 +00:00
This fixes a bug when creating a temporary vector for use in the in-place scan() algorithm. Previously, a separate command queue was used to copy the input values to the temporary vector. Now, the same command queue is used for copying the input values and performing the scan.