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

Support FP8 grouped GEMM with cudagraph #3373

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jiawenliu64
Copy link
Member

Summary:
X-link: https://github.com/facebookresearch/FBGEMM/pull/463

Enable cudagraph support for FP8 grouped GEMM

It's quite challenging to make cudagraph support to handle more complicated kernel arguments with various pointer array and memory alignment, compared cudagraph support in CK grouped GEMM in D65634843.

Differential Revision: D65864972

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65864972

Copy link

netlify bot commented Nov 14, 2024

Deploy Preview for pytorch-fbgemm-docs ready!

Name Link
🔨 Latest commit 1c3720a
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-fbgemm-docs/deploys/67364887b058220008e6b9f9
😎 Deploy Preview https://deploy-preview-3373--pytorch-fbgemm-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Summary:

X-link: facebookresearch/FBGEMM#460

Refactor FP8 grouped GEMM to extract grouped GEMM arguments and configurations ahead of the grouped gemm kernel, such that those can be reused for another cuda kernel argument setup on device

Differential Revision: D65548954
Summary:

X-link: facebookresearch/FBGEMM#463

Enable cudagraph support for FP8 grouped GEMM

It's quite challenging to make cudagraph support to handle more complicated kernel arguments with various pointer array and memory alignment, compared to cudagraph support in CK grouped GEMM in D65634843

Differential Revision: D65864972
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65864972

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.

2 participants