Compilation with Visual Studio #305
Replies: 4 comments 3 replies
-
|
Okay I was able to force Visual Studio to use the correct MSVC version (14.30.30705). Now I get this error: |
Beta Was this translation helpful? Give feedback.
-
|
您好,我也遇到了同样的问题,请问你解决了吗 |
Beta Was this translation helpful? Give feedback.
-
|
Try to install cuda 12.3 or higher and make sure that the configuration of the VS project in |
Beta Was this translation helpful? Give feedback.
-
|
The error says that your current version of the MVSC compiler is not supported with that cuda. For that reason you need to install cuda 12.3 or higher. If cuda 12.3 is not allowed for your own setup, you should use a cuda compatible with that. You have several options:
|
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to compile with Visual Studio 2022 Community. I use CUDA 11.8 so I followed these instructions and installed MSVC v143 for VS 17.0.
Unfortunately I can not compile, I get this error:
Does someone can share a combination of CUDA/MSVC that they use to compile without errors?
Beta Was this translation helpful? Give feedback.
All reactions