You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tangentially related: the drjit batched sensor was recently redesigned and should no longer have that particular issue (not yet released, but on the master branch if you can compile the renderer on your end)
0xFFFF
is65535
not8192
so I'm not entirely sure how to interpret this warning.drjit-core/src/eval.cpp
Lines 215 to 220 in 847c04b
It should be probably either be changed to say 'The generated kernel accesses more than 65535 arrays' or checked against
8192
instead.I'm getting this when running mitsuba on a very, very large sensor batch: https://github.com/mitsuba-renderer/mitsuba3/blob/master/src/sensors/batch.cpp :D
The text was updated successfully, but these errors were encountered: