You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an array points_array defines a __cuda_array_interface__ but has no value set for the strides field, then calling wp.array(points_array, dtype=wp.vec3, device="cuda") fails since wp.array._init_from_data() tries to subscript the non-existing strides.