You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using CUDA 11.8 not 11.4 my mistake ( i have both installed).
They don't it seems due to Visual studio wanting to have a corresponding CUDA version.
Back story:
I installed CUDA a while ago (first 11.4 then 11.8), and used it with visual studio 2017, then 2019, then now 2022.
If a developer comes along with an older version of CUDA trying to compile it, it might not work like it did for me.
The same might happen if someone develops with an old version of visual studio and a newer version of CUDA (not compatible with nvcc).
I believe you have documented it very well for a fresh install, but maybe in the case of an upgrade for CUDA or Visual Studio.
Hi I have Cuda 11.4 and Visual Studio 2022, adn the compilation isn't working.
Patched is detailed here:
adding a command line flag to Cuda C/C++
-allow-unsupported-compiler -D_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH
I've documented it on my branch (https://github.com/pierrextardif/CustomOperatorSamples) can I pull?
Best,
P
The text was updated successfully, but these errors were encountered: