gDel3D icon indicating copy to clipboard operation
gDel3D copied to clipboard

Memory/dataset size limitations

Open mpetkova opened this issue 6 years ago • 3 comments

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

mpetkova avatar Aug 28 '19 18:08 mpetkova

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

ghemann avatar Sep 11 '19 20:09 ghemann

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

JagnDC avatar Nov 15 '20 03:11 JagnDC

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 !

JagnDC avatar Nov 15 '20 09:11 JagnDC