antonmks / Alenka

GPU database engine
Other
1.17k stars 120 forks source link

nvcc and c++11 option #73

Closed wailyk closed 9 years ago

wailyk commented 9 years ago

It seems that nvcc doesn't support the option -std=c++11 After adding -Xcompiler option, nvcc will propagate the option c++11 to the cuda code as well which produce errors.

Any ideas?

Randolph42 commented 9 years ago

Use CUDA 6.5 if linux then g++ 4.8.1 or later