Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix gather and scatter bug in IPU hardware #25

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

balancap
Copy link
Contributor

IPU model is not fully replicating IPU hardware in the case of gather and scatter vertices, where the splitSingleRegion seems to be ignored on the IPU model. Setting back splitSingleRegion=False solves the issue.

One still needs to investigate which configuration of these vertices is the most optimal.

IPU model is not fully replicating IPU hardware in the case of
gather and scatter vertices, where the `splitSingleRegion` seems to
be ignored on the IPU model. Setting back `splitSingleRegion=False`
solves the issue.

One still needs to investigate which configuration of these vertices is
the most optimal.
@balancap balancap merged commit d6a9ceb into main Sep 25, 2023
6 checks passed
@balancap balancap deleted the fix-gather-scatter-bug-on-ipu-hardware branch September 25, 2023 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant