Host Memory Leak with Cuda 10 #185
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
Hi all,
One of the projects I use, depends on cudpp internally. Recently we migrated from Cuda 9.1 to Cuda 10. On Migrating to Cuda 10, I observed that initializing cudpp, the app starts to consume to entire Host memory, eventually making the PC to hang.
The issue can be observed with the simplecudpp sample program. Cuda 10 exhibited this behavior, but Cuda 9.1 seems to work fine.
I tested in Ubuntu 10.04 and window 10 and the issue seem to persist. Any help would be greatly appreciated
Regards
Johny
The text was updated successfully, but these errors were encountered: