Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect parameter ordering in element_sub #146

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

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