Skip to content

Conversation

@umar456
Copy link
Member

@umar456 umar456 commented Apr 11, 2020

  • some linear algebra functions could have leaked memory in case the input was null. This PR addresses that potential leak and handles the empty or null array case.
  • Minor refactor in median
  • Minor refactor in DefaultMemoryManager. Just changed names of the variables.

@umar456 umar456 added this to the 3.7.2 milestone Apr 11, 2020
Copy link
Member

@9prady9 9prady9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also fix the formatting problem in the following files:
test/memory.cpp
test/median.cpp

Copy link
Member

@9prady9 9prady9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Memory leaks in all new tests for lu_dense.cpp, qr_dense.cpp and rank_dense.cpp. I believe that is why the ASAN tests failed.

Also, the formatting is still off in test/memory.cpp file.

@umar456
Copy link
Member Author

umar456 commented Apr 13, 2020

Addressed all feedback

@umar456 umar456 merged commit 2e098d4 into arrayfire:master Apr 13, 2020
@9prady9 9prady9 deleted the empty_fix branch April 13, 2020 13:29
@umar456 umar456 mentioned this pull request Jun 27, 2020
2 tasks
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.

2 participants