Stephen Vidas

Results 3 comments of Stephen Vidas

Hi, i've got a similar set of errors on Ubuntu 14.04 LTS, gcc 4.8.4 and CUDA V7.5.17. `home/aslab/pkg/ICPCUDA/src/Cuda/estimate.cu(56): error: calling a _host_ function("Eigen::Matrix ::operator =") from a _device_ function("blockReduceSum ")...

Thanks for the tip - I tried CUDA 8.0 on a separate partition and it all seems to work well. However, because I hadn't tried CUDA 7.5 on that partition...

I just got it working with CUDA 7.5.17 too - it turns out that I need to install (sudo make install) my CUDA-enabled Eigen headers. I'm not sure why it...