boostorg / compute

A C++ GPU Computing Library for OpenCL
http://boostorg.github.io/compute/
Boost Software License 1.0
1.55k stars 333 forks source link

Add complex support to plus operator #794

Closed bwitherspoon closed 6 years ago

jszuppe commented 6 years ago

I thought it's already implemented since it works with reduce: https://github.com/boostorg/compute/blob/master/test/test_reduce.cpp#L259

bwitherspoon commented 6 years ago

Oh I see. I think I was mistakenly testing it against my system installed version instead of master where it does seem to have already been implemented. Closing.