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

[XLA] Support nested fusions in HloFusionAdaptor #21258

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Conversation

copybara-service[bot]
Copy link

[XLA] Support nested fusions in HloFusionAdaptor

So far, we assumed that HloComputationFusion itself contains no fusion instructions. Adding support for that is one step towards a generic Triton emitter that uses nested fusions for the operands of some specific ops (dot, reduce and potentially concat).

@copybara-service copybara-service bot force-pushed the test_713993372 branch 2 times, most recently from 4a7ca74 to b9e50ed Compare January 13, 2025 10:45
So far, we assumed that `HloComputationFusion` itself contains no fusion instructions. Adding support for that is one step towards a generic Triton emitter that uses nested fusions for the operands of some specific ops (`dot`, `reduce` and potentially `concat`).

PiperOrigin-RevId: 714900385
@copybara-service copybara-service bot merged commit cdd12c2 into main Jan 13, 2025
@copybara-service copybara-service bot deleted the test_713993372 branch January 13, 2025 11:29
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