niessner / Opt

Opt DSL
Other
256 stars 68 forks source link

Update terra and CUDA dependencies #99

Open Mx7f opened 7 years ago

Mx7f commented 7 years ago

CUDA 8 seems to play nicer with external profiling tools, and there have been some useful enhancements to terra since the last release.

mihaibujanca commented 7 years ago

Seems to work with CUDA 9 as well, though haven't tried profiling tools yet.

mxgbs commented 6 years ago

@mihaibujanca @Mx7f what environment are you using? After building the opt on windows10/VS2015/64bit, examples cannot correctly load. Following errors show. Do you have any idea how to solve that? I have CUDA 9.0 installed. Not CUDA 7.5 Opt\examples\arap_mesh_deformation\arap_mesh_deformation.vcxproj : error : Unable to read the project file "arap_mesh_deformation.vcxproj". Opt\examples\arap_mesh_deformation\arap_mesh_deformation.vcxproj(34,5): The imported project "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations\CUDA 7.5.props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.

Mx7f commented 6 years ago

You would have to update everything that says 7.5 to say 9.0.