Crashes
Solving GPU Crash
Adding registry files CUDA solve problem version
Profiling process with Visual Studio
Ok, I have it working. There is a weird glitch that (by chance) I was able to handle. First reinstall cuda by following this link (https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html#verify-installation). Doing the particle samples, I have an error (similar to cuda 700). The point is that if you perform the 'perform profiler' debug with Visual Studio 2019 of the reality capture process, the GPU works. I don't know, it's weird, but this solves my problem temporarily.
Temporal logs while profile in debug mode
Exceso de archivos temporales por cada operación, colapso de C:. Cambio de carpeta de temporales a E:. Enviroment Variable > User variables > TEMP and TMP.
Delete temporal folder because the log while debugging the process is huge.
temp folder change: https://answers.microsoft.com/en-us/windows/forum/all/change-location-of-temp-files-folder-to-another/19f13330-dde1-404c-aa27-a76c0b450818 profiling: https://learn.microsoft.com/es-es/visualstudio/profiling/profiling-feature-tour?view=vs-2022 nvidia example reintall: https://forums.developer.nvidia.com/t/cuda-sample-particles-is-crashing-at-startup/174350 https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html#verify-installation path example fail: C:\Users\casas\Downloads\cuda-samples-master\cuda-samples-master\Samples\2_Concepts_and_Techniques\particles
Última actualización
¿Te fue útil?