Unexpected result from LoopRecord #1137
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I also notice that if i add new attribute (w) to my custom DrJit struct here:
(This is the only few lines i add, i do not touch on any other part of the program) and the picture also change, with or without LoopRecord on (which is not supposed to). |
Beta Was this translation helpful? Give feedback.
-
Thanks for the complete reproducer, however I can't seem to reproduce this. |
Beta Was this translation helpful? Give feedback.
I just checked it, the loop seem to stuck forever cause i forgot
active &= depth < self.max_depth
Thank you @njroussel i will double check the result again.