ashwin / gDel3D

gDel3D is the fastest 3D Delaunay triangulation algorithm. It uses the GPU for massive parallelism.

Home Page:https://github.com/ashwin/gDel3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terminate called after throwing an instance of 'thrust::system::system_error'

PrathameshTugaonkar opened this issue · comments

Generating input...
Constructing 3D Delaunay triangulation...
terminate called after throwing an instance of 'thrust::system::system_error'
what(): extrema failed on 1st step: invalid device function
Aborted (core dumped)

I am using GTX 1080Ti. CUDA 9.0
I have added thrust/gather.h already. #2

Issue resolved after updating CMakeLists arch=compute_61,code=sm_61 for GTX 1080Ti