NVIDIA / cuda-samples

Samples for CUDA Developers which demonstrates features in CUDA Toolkit
Other
6.49k stars 1.84k forks source link

vcxproj files reference CUDA 12.5 but latest is CUDA 12.6 #309

Open Mollyarty opened 1 week ago

Mollyarty commented 1 week ago

Just wanted to bring this to your attention

I was able to write a quick python script to change the references in the vcxproj files, the Samples sln loaded fine after that

pkeir commented 6 days ago

Could you share these please?

Mollyarty commented 5 days ago

Sure thing :) https://github.com/Mollyarty/CUDA-12.6-Independent-Update-with-Python

pkeir commented 4 days ago

Thanks! Any chance you could add the python script you wrote?

Mollyarty commented 2 days ago

Added :)

pkeir commented 2 days ago

Thanks again!