How to Compile CUDA App is Visual Studio 2010?

前端 未结 4 1282
情深已故
情深已故 2021-01-03 06:26

How to Compile CUDA App is Visual Studio 2010 ?

Here are my steps: 1. Create Empty C++ project without precompiled headers 2. Add main.cpp

int main()         


        
4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-03 07:23

    I found this post on the cuda forums at nVidia. One of the moderators says (Nov 09: We don't support VS2010 yet).

    This may not be the case any longer, but that your error message states that the CUDA toolkit version you're using doesn't support the V100 compiler, would suggest that you may need to upgrade your CUDA toolkit.

    If you've got the latest version, check and see if the CUDA toolkit supports VS2010 yet.

    v90 is a way of referring to the compiler that comes with VS2008, so I'd assume that VS2010 is compiler v100.

    Maybe you've got an MSDN subscription and can fall back to VS2008.

    This SO post would also seem to suggest that CUDA doesn't support VS2010 compiler (yet!)

提交回复
热议问题