-
Hello, I was wondering if it is possible in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @saeedhd96 We do not currently support this. To produce the same result, I believe you would need to call |
Beta Was this translation helpful? Give feedback.
Hi @saeedhd96
We do not currently support this. To produce the same result, I believe you would need to call
dr.backward(dr.gather(Float, v, index), flags=dr.ADFlag.ClearVertices)
and loop overindex
.