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 get:
C:\CARLsim\doc\source\tutorial\8_compartments\tutorial_8_compartments.vcxproj : error : The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizations\CUDA 8.0.props" was not found.
Using the latest CUDA install - cuda_10.1.168_425.25_win10.exe
Windows 10
Visual Studio Microsoft Visual Studio Community 2019
Version 16.0.0
VisualStudio.16.Release/16.0.0+28729.10
Microsoft .NET Framework
Version 4.7.03190
The text was updated successfully, but these errors were encountered:
I found my way into the process of finding an unloaded solution file and changing all the references to CUDA 8.0 to CUDA 10.1 and then retargeting to my VS version but then I come to an endless list of unfound file references.
I guess building CARLsim is beyond me.
Is there no prebuilt executable?
I think it might be related to #67
You are right, we have not tested on the newer CUDA versions (>8) and there might be some hard coded cuda versions on VS files. If you are using a different CUDA version, you will have to update the VS files.
If cuda >8 is not necessary you may downgrade to 8, or we can accept a PR here if you want to update the VS files. @tingshuc
I get:
C:\CARLsim\doc\source\tutorial\8_compartments\tutorial_8_compartments.vcxproj : error : The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizations\CUDA 8.0.props" was not found.
Using the latest CUDA install - cuda_10.1.168_425.25_win10.exe
Windows 10
Visual Studio Microsoft Visual Studio Community 2019
Version 16.0.0
VisualStudio.16.Release/16.0.0+28729.10
Microsoft .NET Framework
Version 4.7.03190
The text was updated successfully, but these errors were encountered: