Delio Vicini
Delio Vicini
Hi Tobias, What blocks you from building the documentation locally? It would indeed be good to double check before merging Delio
Okay. I get a warning when building the docs: `mitsuba3/docs/zz_bibliography.rst:38: WARNING: missing booktitle in Kensler2013CorrelatedMS` I think you should just change it to `article` instead of `inproceedings`. Probably best if...
Hi, I think other people have run into the same issue. We haven't had time to look into it yet. Sometimes it resolved on it's own when just running `cmake...
Hi Tobias, Thanks for the PR. I will hold off with merging this until the rest of the team is back from vacation. I not super familiar with the nitty...
Hi Christian, Thanks for the PR. Are you sure that the stub files are necessary for drjit? As far as I remember we added them to Mitsuba because it uses...
Okay. I haven't personally tested the autocompletion in VS code recently. I really thought it was working reasonably well out of the box. I will wait with merging this PR...
Hi, I don't think this can be done from Python at this time. Have you tried compiling and installing Dr.Jit from source? In that case, hopefully the CMake file will...
I think the target-cpu value is obtained using LLVM. In the code you can look for `jitc_llvm_target_cpu` and see how it is set. Maybe you can take a look using...
Hi, We currently test only GCC 9 on the CI, so I am not surprised that GCC 11 would run into some minor issues here and there. Feel free to...
I have exacty the same problem on my arch linux setup. I tried changing the loaded modules to the Qt5 modules (in mitsuba/data/scons/qt.py) and got it to compile. I can...