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
Support tuple of tensors in estimate_strategy_runtime_cost (#102)
* Support tuple of tensors in estimate_strategy_runtime_cost
Previously, if we had tuple of tensors as an argument to a function, we wouldn't apply any sharding on it. This is split from #26 , where I originally found this issue
* Fix bad copy-paste
0 commit comments