2
0
mirror of https://github.com/boostorg/compute.git synced 2026-02-02 08:42:14 +00:00
Files
compute/test
Kyle Lutz ccd6f21d98 Change vector constructors to take queue argument
This changes the vector<T> constructors which copy or initialize
data to take a queue argument used for performing the operations.

Previously they just took a context argument used to initialize the
buffer and then created a new command queue to use. This improves
performance by not requiring a new command queue and also fixes issues
when performing operations on a different command queue while the
vector was still being initialized.
2014-01-27 23:39:19 -08:00
..
2013-09-07 15:10:35 -04:00
2013-08-13 20:37:56 -04:00
2014-01-06 23:35:38 -08:00
2014-01-06 23:35:38 -08:00
2014-01-06 23:35:38 -08:00
2014-01-06 23:35:38 -08:00
2014-01-06 23:35:38 -08:00
2013-08-13 20:37:56 -04:00
2013-12-07 15:18:45 -08:00
2013-11-10 15:44:45 -08:00
2013-09-07 22:58:34 -04:00
2013-12-27 11:26:25 +04:00
2013-11-15 20:07:39 -08:00
2013-03-02 15:14:17 -05:00