Delio Vicini

Results 31 issues of Delio Vicini

This will need to be merged before the integrator AOV change to prevent CI breakage: https://github.com/mitsuba-renderer/mitsuba3/pull/1013

This PR makes sure we test conversion to and from other frameworks a bit more exhaustively, in particular for LLVM/CPU modes. The changes are simple, but I am making a...

Hi, We were looking into some buggy behavior when using Dr.Jit's `.jax()` call. After digging a bit it seems like there might be a missing `sync_thread` call in `export_` for...

Hi, I encountered an edge case in DrJit's memory allocation routines. It seems that when creating DrJit arrays from numpy arrays repeatedly, DrJit keeps increasing its memory pool instead of...

Hi, I've just started to play around with this package. One thing I encountered (as many others it seems) is that the parser fails violently if the flex query results...

The `profile_tasks`variable is currently not thread local. This is in conflict with its use in drjit-core: There it is set within `jitc_set_flags`, which can be called from multiple threads. All...

I was running the Mitsuba tests using the AddressSanitizer and ran into an issue in test_mesh.py: ``` ==2801657==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x5040001c51c0 at pc 0x7f96e617b420 bp 0x7fff118cc410 sp 0x7fff118cc408...

Currently, the projective integrators explicitly disallow the use of any sensor that is not the standard perspective sensor: https://github.com/mitsuba-renderer/mitsuba3/blob/fda612b6cf3107fabb84dead1ca9c171a48e1314/src/python/python/ad/projective.py#L108 I wanted to use the batch sensor to cut down some...

enhancement

Hi, I am seeing an odd, sporadic issue I haven't encountered before. I am running the `cuda_ad_rgb` variant on a relatively unconventional setup. I am rendering a simple scene in...

Hi, I am getting a segfault in `static_accel_shutdown_gpu`. More precisely, it appears that the `optixProgramGroupDestroy` call in line 183 of `optix_core.cpp` in Dr.Jit segfaults when the JIT & optix are...

bug