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

Compile error on CUDA 9.1

sina-masnadi opened this issue · comments

I get this error when I try to compile it using CUDA 9.1 on Ubuntu 16.04:

/gDel3D/GDelFlipping/src/gDel3D/GpuDelaunay.cu(839): error: namespace "thrust" has no member "gather"

@sina-masnadi I've added the thrust/gather.h header file. Please check if it compiles now. I don't have a system with CUDA 9.1 at hand right now to check.

@ashwin It works now! Thank you