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
{{ message }}
This repository was archived by the owner on Aug 21, 2025. It is now read-only.
Fix expand.SymInt issues by adding a decomp (#903)
To fully support expand.SymInt, we should write a batching rule for it.
Unfortunately, we are unable to write a batching rule because there are
not enough SymInt overloads (e.g. we need a view.SymInt, that doesn't
exist today).
This PR adds a decomp for expand.SymInt as a short-term fix.
0 commit comments