Skip to content

Incorrect parameter ordering in element_sub #146

Open
harjot20022001 wants to merge 1 commit intoboostorg:developfrom
harjot20022001:develop
Open

Incorrect parameter ordering in element_sub #146
harjot20022001 wants to merge 1 commit intoboostorg:developfrom
harjot20022001:develop

Conversation

@harjot20022001
Copy link

@harjot20022001 harjot20022001 commented Dec 29, 2021

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

@harjot20022001 harjot20022001 changed the title Incorrect parameter ordering in element_sub #129 Incorrect parameter ordering in element_sub Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect parameter ordering in element_sub

3 participants