Skip to content

Conversation

sryap
Copy link
Contributor

@sryap sryap commented Aug 31, 2025

Summary:
Enable Q-left mask support in Blackwell Cutlass attention

Masks:

  • LowerTriangularMask
  • BlockDiagonalCausalMask
  • BlockDiagonalMask

Reviewed By: Aya-ZIbra, henrylhtsang

Differential Revision: D81295090

Copy link

netlify bot commented Aug 31, 2025

Deploy Preview for pytorch-fbgemm-docs ready!

Name Link
🔨 Latest commit c2086a1
🔍 Latest deploy log https://app.netlify.com/projects/pytorch-fbgemm-docs/deploys/68b39a334e89d20008bf3970
😎 Deploy Preview https://deploy-preview-4799--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 project configuration.

@meta-cla meta-cla bot added the cla signed label Aug 31, 2025
@facebook-github-bot
Copy link
Contributor

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

sryap added 2 commits August 30, 2025 17:41
Summary:

X-link: facebookresearch/FBGEMM#1820

Before this diff, we use the input stride as the output stride.
However, they can be different as the input can be non-contiguous
while the output is always contiguous.  This diff computes the output
stride separately.

Reviewed By: henrylhtsang

Differential Revision: D81275032
Summary:

X-link: facebookresearch/FBGEMM#1823

Enable Q-left mask support in Blackwell Cutlass attention

Masks:
- LowerTriangularMask
- BlockDiagonalCausalMask
- BlockDiagonalMask

Reviewed By: Aya-ZIbra, henrylhtsang

Differential Revision: D81295090
@sryap sryap force-pushed the export-D81295090 branch from 80c07e0 to 371a3f4 Compare August 31, 2025 00:41
sryap added a commit to sryap/FBGEMM that referenced this pull request Aug 31, 2025
Summary:

X-link: facebookresearch/FBGEMM#1823

Enable Q-left mask support in Blackwell Cutlass attention

Masks:
- LowerTriangularMask
- BlockDiagonalCausalMask
- BlockDiagonalMask

Reviewed By: Aya-ZIbra, henrylhtsang

Differential Revision: D81295090
@sryap sryap force-pushed the export-D81295090 branch from 371a3f4 to c2086a1 Compare August 31, 2025 00:41
@facebook-github-bot
Copy link
Contributor

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

sryap added a commit to sryap/FBGEMM that referenced this pull request Aug 31, 2025
Summary:

X-link: facebookresearch/FBGEMM#1823

Enable Q-left mask support in Blackwell Cutlass attention

Masks:
- LowerTriangularMask
- BlockDiagonalCausalMask
- BlockDiagonalMask

Reviewed By: Aya-ZIbra, henrylhtsang

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

This pull request has been merged in 20237c0.

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