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:GPU] Remove untested int4 path in the Triton fusion emitter. #18729

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

copybara-service[bot]
Copy link

[XLA:GPU] Remove untested int4 path in the Triton fusion emitter.

int4 support was added for only very restricted cases in the Triton matmul
emitter, and was not yet intended to be supported in
triton_fusion_emitter.cc.

Make sure to explicitly remove the dependency from
triton_fusion_emitter_legacy_matmul.cc onto emitter_helpers.h. The helpers
were designed to be used with the new approach to Triton fusions, and the code
shouldn't be shared.

`int4` support was added for only very restricted cases in the Triton matmul
emitter, and was not yet intended to be supported in
`triton_fusion_emitter.cc`.

Make sure to explicitly remove the dependency from
`triton_fusion_emitter_legacy_matmul.cc` onto `emitter_helpers.h`. The helpers
were designed to be used with the new approach to Triton fusions, and the code
shouldn't be shared.

PiperOrigin-RevId: 689704984
@copybara-service copybara-service bot merged commit 4663f04 into main Oct 25, 2024
@copybara-service copybara-service bot deleted the test_689500749 branch October 25, 2024 09:21
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