Compiling Cuda code in Qt Creator on Windows

后端 未结 3 1291
终归单人心
终归单人心 2020-11-29 02:03

I have been trying for days to get a Qt project file running on a 32-bit Windows 7 system, in which I want/need to include Cuda code. This combination of things is either so

3条回答
  •  执念已碎
    2020-11-29 02:56

    I tried this combination to work. Could not make it work due to a number of dependencies in my project. My final solution was to break the application into two separate applications on Windows 1)

    1. CUDA application developed in VC and running as a service/DLL in Windows
    2. GUI interface developed in QT and using the DLL for CUDA related tasks.

    Hope it saves some time of others

提交回复
热议问题