Fengshi Zheng

Results 2 issues of Fengshi Zheng

I am playing with drjit in python and seem to find an undesirable behavior of the `shape` function in `router.py`: If you define a ragged 2D array whose # entries...

A case where I found a possible bug with drjit Loop feature: ```python import drjit as dr from drjit.llvm.ad import UInt, Float, Loop def f(x): # returns x + 0...