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
Currently, GpuStateVector::to_dlpack() always returns ndim=1 with shape [total_elements], even for batch operations. Users must manually view() to get [num_samples, 2^n], which is error-prone.