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

ADD Cuda MultiplyWithStream #1142

Merged
merged 3 commits into from
Mar 30, 2024

Conversation

dwchoo
Copy link
Contributor

@dwchoo dwchoo commented Jan 11, 2024

I try to use Multiply in Cuda.
MultiplyWithStream was not available.
OpenCV had Stream ready(cuda/arithm.cpp, cuda/arithm.h and opencv multiply), but GoCV did not have MultiplyWithStream.
So I added the function and confirmed that it works well.
It would be nice if MultiplyWithStream were available.
And I fixed the multiply opencv link because it was incorrect.
link in code : https://docs.opencv.org/master/d8/d34/group__cudaarithm__elem.html#ga124315aa226260841e25cc0b9ea99dc3
correct link : https://docs.opencv.org/master/d8/d34/group__cudaarithm__elem.html#ga497cc0615bf717e1e615143b56f00591

@deadprogram
Copy link
Member

Thanks you very much for the code addition @dwchoo now squash/merging.

@deadprogram deadprogram merged commit 318aa7c into hybridgroup:dev Mar 30, 2024
2 checks passed
@dwchoo dwchoo deleted the cuda-MultiplyWithStream branch April 2, 2024 05:44
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.

None yet

2 participants