Crashes
Solving GPU Crash
Adding registry files CUDA solve problem version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Tue_Mar__8_18:36:24_Pacific_Standard_Time_2022
Cuda compilation tools, release 11.6, V11.6.124
Build cuda_11.6.r11.6/compiler.31057947_0
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.
%USERPROFILE%\AppData\Local\Temp
E:\Users\casas\AppData\Local\Temp
Delete temporal folder because the log while debugging the process is huge.
WIN+R; %temp%
C:\Users\casas\AppData\Local\McNeel (Rhino files)
F:\ProgramData\Epic\EpicGamesLauncher\VaultCache (vault cache epic games launcher)
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?