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 running through compiler passes in tt-forge, if the CCL operation is done via the following configuration
1x8
all_gather on cluster_axis=0
Therefore, we are doing all_gather on each device with itself. This doesn't produce anything useful computationally but for generality, it would be nice to have an optimization that could return back the original tensors unchanged. This is very useful for being able to run a sweep of tests with various different configurations that build on-top of tt-metal. Currently, it fails with the following error
Error, All-gather was unable to identify either a sender or receiver device ID and atleast one must be identified for a valid all-gather configuration. The input mesh tensor or all-gather arguments may be incorrect
When running through compiler passes in tt-forge, if the CCL operation is done via the following configuration
Therefore, we are doing all_gather on each device with itself. This doesn't produce anything useful computationally but for generality, it would be nice to have an optimization that could return back the original tensors unchanged. This is very useful for being able to run a sweep of tests with various different configurations that build on-top of tt-metal. Currently, it fails with the following error
Sample test case:
The text was updated successfully, but these errors were encountered: