mirror of
https://github.com/boostorg/compute.git
synced 2026-02-20 14:42:16 +00:00
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.
14 KiB
14 KiB