ublas icon indicating copy to clipboard operation
ublas copied to clipboard

Incorrect parameter ordering in element_sub

Open harjot20022001 opened this issue 4 years ago • 0 comments

The call in the first element_sub overload is changed to: element_wise(a, b, result, compute::minus<T>(), queue); as opposed to element_wise(a, b, compute::minus<T>(), result, queue); Fixes #129

harjot20022001 avatar Dec 29 '21 16:12 harjot20022001