-
Notifications
You must be signed in to change notification settings - Fork 552
Memory leak fix in SUSAN feature detector #1096
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
Conversation
|
This is ready for merge. Pending checks from new Linux nodes can be ignored, those builds were cancelled. |
|
I will send in another fix in this PR, don't merge this yet please. |
abs(int) and abs(char) were always returning zeros on CUDA backend, probably a bug in CUDA sdk. This change fixes this behaviour on CUDA backend which effects the following functions: * af_assign_gen * af_index_gen
|
Additional fixes are in. Ready for merge once tests pass. |
|
@9prady9 can you add a test for the failure case so that we know if it ever happens again? |
|
Added it. |
|
build arrayfire ci |
1 similar comment
|
build arrayfire ci |
|
build arrayfire windows ci |
|
The windows build passed a manual build http://ci.arrayfire.org/job/arrayfire-windows-pull/300/. |
Memory leak fix in SUSAN feature detector
Fixes #1092 - CUDA backend Indexing bug.