Searched refs:device_result (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/compute/algorithm/ |
D | accumulate.hpp | 47 array<T, 1> device_result(context); in generic_accumulate() local 49 first, last, device_result.begin(), init, function, queue in generic_accumulate() 54 ::boost::compute::copy_n(device_result.begin(), 1, &result, queue); in generic_accumulate()
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/ |
D | accumulate.hpp | 47 array<T, 1> device_result(context); in generic_accumulate() local 49 first, last, device_result.begin(), init, function, queue in generic_accumulate() 54 ::boost::compute::copy_n(device_result.begin(), 1, &result, queue); in generic_accumulate()
|