2
0
mirror of https://github.com/boostorg/compute.git synced 2026-02-20 02:32:15 +00:00
Files
compute/test/test_valarray.cpp
Jakub Szuppe 28f08dda44 Add valarray operators
This adds missing operators to valarray. Note that in OpenCL it's impossible
to create memory buffer with bool type and because of that valarray<char> is used
as a return type for comparison and logical operators instead of valarray<bool>.
Implemented operators work only for default context (queue) and are asynchronous.
2015-05-15 18:12:07 +02:00

14 KiB