Closed maxfrei750 closed 2 years ago
No currently Dr.Jit doesn't provide such a function. Although this shouldn't be to hard to implement using dr.gather
and dr.scatter
calls. If you give this a try, please submit a PR, I will be happy to assist you to get it pushed onto the master
branch.
Is there a way to concatenate multiple
TensorXf
objects, similar totorch.cat
?