Skip to content

PR #25273: Move fusion-dispatch to RunBackend. #25276

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

Merged
merged 1 commit into from
Apr 16, 2025
Merged

Conversation

copybara-service[bot]
Copy link

PR #25273: Move fusion-dispatch to RunBackend.

Imported from GitHub PR #25273

The intention is that this pass runs after all passes that can create or modify fusions. However, this is currently not the case, since there are a couple of passes in RunBackend that violate this condition.

The tests didn't catch this because they only checked the passes in RunHloPasses, not the ones in RunBackend.
Copybara import of the project:

--
9b09c79 by Johannes Reifferscheid [email protected]:

Move fusion-dispatch to RunBackend.

Currently, there are still a couple of passes that can create
new fusions after fusion-dispatch. This should not happen.

The tests didn't catch this because they only checked the passes
in RunHloPasses, not the ones in RunBackend.

--
d2365be by Johannes Reifferscheid [email protected]:

Add more comments to the test.

Merging this change closes #25273

FUTURE_COPYBARA_INTEGRATE_REVIEW=#25273 from jreiffers:move-fusion-dispatch d2365be

@copybara-service copybara-service bot force-pushed the test_747850451 branch 2 times, most recently from fd08959 to 8e94a99 Compare April 16, 2025 19:35
Imported from GitHub PR #25273

The intention is that this pass runs after all passes that can create or modify fusions. However, this is currently not the case, since there are a couple of passes in RunBackend that violate this condition.

The tests didn't catch this because they only checked the passes in RunHloPasses, not the ones in RunBackend.
Copybara import of the project:

--
9b09c79 by Johannes Reifferscheid <[email protected]>:

Move fusion-dispatch to RunBackend.

Currently, there are still a couple of passes that can create
new fusions after fusion-dispatch. This should not happen.

The tests didn't catch this because they only checked the passes
in RunHloPasses, not the ones in RunBackend.

--
d2365be by Johannes Reifferscheid <[email protected]>:

Add more comments to the test.

Merging this change closes #25273

COPYBARA_INTEGRATE_REVIEW=#25273 from jreiffers:move-fusion-dispatch d2365be
PiperOrigin-RevId: 748462531
@copybara-service copybara-service bot merged commit 3b2ce68 into main Apr 16, 2025
@copybara-service copybara-service bot deleted the test_747850451 branch April 16, 2025 23:34
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