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
When hl.arange() is used with non-power-of-2 input, it currently throws error. But ideally we should be able to support it by applying automatic padding (similar to how we do tensor factory padding for non-power-of-2 shapes #804).
(@mengluy0125 first raised this feature request in internal forum.)