Getting nan's from straightforward math operations. #893
Unanswered
mark-at-hypothetic
asked this question in
Q&A
Replies: 1 comment 6 replies
-
I'm unable to reproduce this. You can "inspect" As a side note, |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm trying to simply add to a tensor, but I'm getting nan's as a result.
Here's a simplified piece of code that gets me the nan's. Also, the number of nan's is variable each time I run it, but it's always divisible by 256.
but when I make base_color_val of shape (1,1,1) I get no nan's
obviously something is going wrong with slicing, but I guess it should've given an error instead of returning nan's?
Running
mitsuba 3.3.0
drjit 0.4.2
ubuntu, python 3.10
Beta Was this translation helpful? Give feedback.
All reactions