Why are the shapes produced by dr.cuda.ArrayXf
and dr.cuda.ad.ArrayXf
sometimes different?
#696
Replies: 1 comment 1 reply
-
Hi again :) This looks like a bug. I'm confused as to why it could happen. Maybe it would help to define what A So you can write something like this: a = dr.cuda.Float([1])
b = dr.cuda.Float([1, 2])
c = dr.cuda.Float([1, 2, 3])
arr = dr.cuda.Array3f(a, b, c) This is entirely legal, although you're most likely looking for trouble. Now, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello again!
This code
produces
Why is that? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions