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

[Draft] Add lowering and Triton kernel template for fp8 scaled_mm dynamic tensorwise/rowwise #125381

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Copy link

pytorch-bot bot commented May 2, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/125381

Note: Links to docs will display an error until the docs builds have been completed.

❌ 7 New Failures, 18 Unrelated Failures

As of commit 321b1cf with merge base 4f29103 (image):

NEW FAILURES - The following jobs have failed:

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

UNSTABLE - The following jobs failed but were likely due to flakiness present on trunk and has been marked as unstable:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

Copy link

linux-foundation-easycla bot commented May 2, 2024

CLA Missing ID CLA Not Signed

Inductor codegen for Triton template has issues when unused tensor inputs are passed, so only passing in the necessary inputs (x, w, x_inverse_scale, w_inverse_scale for now)
@yangsiyu007 yangsiyu007 changed the title [Not working yet, draft] Add lowering and Triton kernel template for fp8 scaled_mm dynamic tensorwise/rowwise [Draft] Add lowering and Triton kernel template for fp8 scaled_mm dynamic tensorwise/rowwise May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant