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
iron: accept tile=None in Worker, ObjectFifoLink, RuntimeEndpoint
Worker, ObjectFifoLink (used by split/forward/join), and RuntimeEndpoint
(used by rt.fill/rt.drain) now silently accept tile=None, treating it
the same as the default (AnyComputeTile, AnyMemTile, or AnyShimTile
respectively). This allows callers to pass None to mean "unplaced"
without needing conditional keyword splat patterns.
Signatures and defaults are unchanged — existing code is unaffected.
Refactor mobilenet builders to use direct tile=value instead of the
**tile_kw() splat helper, which is now removed.
Co-Authored-By: Claude Opus 4 (1M context) <noreply@anthropic.com>
0 commit comments