Closed DoeringChristian closed 2 months ago
Hi @DoeringChristian
I'm not sure this is intended, seems like a regression to me. @wjakob can you please confirm that this wasn't intentional ?
It's unintentional.
In this case, I could try and fix it and make a PR.
Sure, go ahead :)
Ping me if you need any help
In the current master branch #6e44e23 , initializing a tensor with a single value creates an evaluated/opaque tensor.
In previous versions of Dr.Jit (v0.4.6) this created a literal.
Note the
jit_var_new
call creates a literal.I wanted to ask if this is intended or if it is a regression from the previous versions.