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

Memory/dataset size limitations #6

Open
mpetkova opened this issue Aug 28, 2019 · 3 comments
Open

Memory/dataset size limitations #6

mpetkova opened this issue Aug 28, 2019 · 3 comments

Comments

@mpetkova
Copy link

Hello,

I'm running into memory issues when running the code on AWS instances with 8GB + of GPU memory. I am working with large datasets (they can be up to 200,000,000 points), so I tried testing gDel3D on 10,000,000 randomly-generated points. I got the following error, which was thrown when the code reached ~8GB of memory use, even on 16GB GPU instances:

cudaCheckError() with sync failed at /home/ubuntu/gDel3D/GDelFlipping/src/gDel3D/GpuDelaunay.cu:901 : an illegal memory access was encountered

Is there a hard limit to the number of points gDel3D can be run on, or are there any workarounds?

Thank you

@ghemann
Copy link

ghemann commented Sep 11, 2019

I agree, this is a problem for me as well. Any resolutions to this?

@JagnDC
Copy link

JagnDC commented Nov 15, 2020

I also encountered the same problem, is there any solution?

@JagnDC
Copy link

JagnDC commented Nov 15, 2020

I'm working with cuda9.0(1080ti). When I set pointnum=17000000, It will form an endless cycle.
Could someone solve the problem, please tell me ,thank u !

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

No branches or pull requests

3 participants