mitsuba-renderer / mitsuba3

Mitsuba 3: A Retargetable Forward and Inverse Renderer
https://www.mitsuba-renderer.org/
Other
2.1k stars 246 forks source link

Compile failed? #1303

Closed StarsTesla closed 2 months ago

StarsTesla commented 2 months ago

Run on Ubuntu 20.04 GPU L20 driver:555.42.02 CUDA 11.8 mitsuba install by pip, version: 3.5.0, drjit version:0.4.0

To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
2024-09-14 11:04:48.501445: I tensorflow/core/util/port.cc:104] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
2024-09-14 11:04:48.994212: W tensorflow/compiler/xla/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libnvinfer.so.7'; dlerror: libnvinfer.so.7: cannot open shared object file: No such file or directory
2024-09-14 11:04:48.994277: W tensorflow/compiler/xla/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libnvinfer_plugin.so.7'; dlerror: libnvinfer_plugin.so.7: cannot open shared object file: No such file or directory
2024-09-14 11:04:48.994284: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Cannot dlopen some TensorRT libraries. If you would like to use Nvidia GPU with TensorRT, please make sure the missing libraries mentioned above are installed properly.

Critical Dr.Jit compiler failure: jit_optix_check(): API error 7299 (OPTIX_ERROR_INTERNAL_COMPILER_ERROR): "Internal compiler error" in /project/ext/drjit-core/src/optix_core.cpp:105.
Aborted
merlinND commented 2 months ago

Hello @StarsTesla,

Please fill the issue template, which will include details that we need to be able to help. Please make sure to include a minimal reproducing example that triggers the failure that you are observing.

njroussel commented 2 months ago

I'm closing this until we get further information from @StarsTesla

StarsTesla commented 1 month ago

I use 4090 and 3090 seems fine, Maybe L20 do not own RTX?

StarsTesla commented 1 month ago

Solved by my co-worker:

sudo apt update & sudo apt install libnvidia-gl-550
merlinND commented 1 month ago

Thanks for reporting back!