🍰
Grasshopper ES por BetweenRealities
  • Using and Generating Documentation
    • GitHub
    • Discord
      • Speckle Webhooks
    • Speckle Client
  • Potencial technological implementations
  • 🧞Compute
    • Introducción a Grasshopper
      • Customizar Entorno
        • VSCode
      • Rhinoceros 3d
      • Hops
      • Galapagos
    • Modelos Informados
      • Comportamiento Estructural
        • Automatizar cálculo Python
      • OOP
      • Rhino Inside Revit
        • Revit
          • Modelado 3d en Revit
          • Certificación profesional Revit
      • Energía
    • Procesos Urbanos
      • Automatizar Qgis
      • Librerías Python
      • Librerías Grasshopper
      • Stable Diffusion
    • Programación
      • RhinoPython
        • Anatomía del script
        • Python básico
        • Tuples, listas y diccionarios
        • Operadores y funciones
        • Ejecución condicional
        • Geometría
        • Clases
      • Multithread
  • 🪅Database
    • Lenguaje Python
      • Types and operations
      • Statements and syntax
      • Function and generators
      • Modules and packages
      • Classes and OPP
      • Exception and tools
      • Advance topics
    • Análisis de la Información
      • Comparison with SQL
      • Comparison with R / R libraries
      • Pandas
    • Abrir Acceso
      • Rest API Abierta
    • Blockchain Descentralización
  • 🕸️COLLECT
    • Captura de Datos
      • Raspberry Pi
        • Encendido y apagado automático
      • Arduino
      • UAS
      • Fotogrametría
        • Crashes
    • Técnicas Machine Learning
      • Clasificación
      • Computer Vision
    • Computación en la Nube
      • Contenedores
      • Azure
      • Ubuntu Server Deploy
      • PostgreSQL Server
      • Rhino Compute Deploy
  • 🍭INTERACT
    • Introducción a Unreal Engine
      • Ejecutar Python
      • Datasmith
      • Materiales
        • Crear PBR
        • Materiales Introducción
      • Iluminación
        • Iluminación Introducción
        • Raytraced Iluminación Cinemática
      • Assets Management
    • Interacción Inmersiva
      • Blueprints
        • Blueprints estandar
        • Blueprints Introducción
        • Diseño Nivel
      • Packaging
      • Performance
    • Interfaces Bidimensionales
Con tecnología de GitBook
En esta página
  • Solving GPU Crash
  • Temporal logs while profile in debug mode

¿Te fue útil?

  1. COLLECT
  2. Captura de Datos
  3. Fotogrametría

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

AnteriorFotogrametríaSiguienteTécnicas Machine Learning

Última actualización hace 2 años

¿Te fue útil?

🕸️