cuda thrust::remove_if throws “thrust::system::system_error” for device_vector?

风格不统一 提交于 2019-11-28 14:23:25

The problem appears to be that OP was building a 32-bit project. The issue was resolved when switching to a 64-bit project.

My recommendation for CUDA 7.5 and beyond is to only use 64-bit projects. If you review the current state of 32-bit support on windows and linux you'll find it's quite limited.

Purely as a matter of conjecture, this issue may be related to thrust issue #715

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!