CARLsim4 icon indicating copy to clipboard operation
CARLsim4 copied to clipboard

Can't Install CARLsim4 with latest CUDA and Latest VS

Open James-Brown opened this issue 5 years ago • 2 comments

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

James-Brown avatar Jun 02 '19 18:06 James-Brown

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?

James-Brown avatar Jun 06 '19 15:06 James-Brown

I think it might be related to https://github.com/UCI-CARL/CARLsim4/issues/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

hkashyap avatar Jun 06 '19 23:06 hkashyap