tatue64

Results 5 comments of tatue64

If someone else has the problem, I can recommend OpenImageIO as a replacement. It provides a more high-level python interface that works well with the new versions of OpenEXR and...

It turned later out that downgrading has too much consequences because in the standard distribution OpenEXR 3.0 is now integrated in many tools people need, who bother for including OpenEXR...

yes. The problem occurs, when the `pixel_format` is set to xyza or rgba. ```python import drjit as dr import mitsuba as mi mi.set_variant('cuda_rgb') cbox = mi.cornell_box() film = { 'type':...

Can confirm this on Manjaro Linux, NVIDIA driver 565.57.01, cuda 12.6.2 (but downgrading cuda did not help). This error occurs with drjit 0.4.6 and Mitsuba 3.5.2, but also with drjit...

This problem is related to the NVIDIA driver version 565, not to the mitsuba 3.x version, cuda version, compiler, linux kernel etc. For me, only downgrading this driver (in my...