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

Standardize default layout to None in internals (dispatch, lowering and compilation) and non-default layouts to concrete layouts. #23288

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Aug 28, 2024

Standardize default layout to None in internals (dispatch, lowering and compilation) and non-default layouts to concrete layouts.

This massively simplifies the amount of checks we need and improves dispatch time too. It also fixes a donation bug being hit in serving code related to layouts and non-standardization of default layout in JAX.

@copybara-service copybara-service bot changed the title Standardize default layout to None in internals and non-default layouts to concrete layouts. Standardize default layout to None in internals (dispatch, lowering and compilation) and non-default layouts to concrete layouts. Aug 28, 2024
… and compilation) and non-default layouts to concrete layouts.

This massively simplifies the amount of checks we need and improves dispatch time too. It also fixes a donation bug being hit in serving code related to layouts and non-standardization of default layout in JAX.

PiperOrigin-RevId: 668527139
@copybara-service copybara-service bot merged commit ef33cf5 into main Aug 28, 2024
@copybara-service copybara-service bot deleted the test_668268357 branch August 28, 2024 18:06
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