Skip to content

[FlexFlash] Blackwell fwd support#167040

Closed
drisspg wants to merge 26 commits intogh/drisspg/218/basefrom
gh/drisspg/218/head
Closed

[FlexFlash] Blackwell fwd support#167040
drisspg wants to merge 26 commits intogh/drisspg/218/basefrom
gh/drisspg/218/head

Conversation

@drisspg
Copy link
Contributor

@drisspg drisspg commented Nov 5, 2025

[ghstack-poisoned]
@pytorch-bot
Copy link

pytorch-bot bot commented Nov 5, 2025

🔗 Helpful Links

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

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

✅ You can merge normally! (2 Unrelated Failures)

As of commit 9308f29 with merge base 39ebab1 (image):

BROKEN TRUNK - The following job failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:

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

drisspg added a commit that referenced this pull request Nov 5, 2025
ghstack-source-id: fa1db77
Pull-Request: #167040
@drisspg drisspg added the topic: not user facing topic category label Nov 5, 2025
def _supports_nontrivial_mask_graphs() -> bool:
"""Currently only supported on Hopper (SM90) GPUs."""
return torch.cuda.get_device_capability()[0] == 9
return torch.cuda.get_device_capability()[0] in [9, 10]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about consumer Blackwell? Ie. 12? Guessing no since CUDA8 isn't supported either.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just these 2, I though allow A100

@drisspg drisspg changed the title [FlexFlas] Blackwell fwd support [FlexFlash] Blackwell fwd support Nov 5, 2025
@drisspg drisspg mentioned this pull request Nov 7, 2025
[ghstack-poisoned]
@drisspg drisspg mentioned this pull request Nov 8, 2025
@Skylion007
Copy link
Collaborator

@driss btw CUDNN_FRONTEND just came out with proper block mask bindings so we may end supporting that soon too

[ghstack-poisoned]
drisspg added a commit that referenced this pull request Nov 9, 2025
ghstack-source-id: d180ca6
Pull-Request: #167040
[ghstack-poisoned]
drisspg added a commit that referenced this pull request Nov 10, 2025
ghstack-source-id: 88f9b24
Pull-Request: #167040
[ghstack-poisoned]
drisspg added a commit that referenced this pull request Nov 10, 2025
ghstack-source-id: 6a56de6
Pull-Request: #167040
[ghstack-poisoned]
drisspg added a commit that referenced this pull request Nov 11, 2025
ghstack-source-id: 21c6614
Pull-Request: #167040
[ghstack-poisoned]
drisspg added a commit that referenced this pull request Nov 11, 2025
ghstack-source-id: 2d5ba7f
Pull-Request: #167040
[ghstack-poisoned]
drisspg added a commit that referenced this pull request Nov 11, 2025
ghstack-source-id: a90fa81
Pull-Request: #167040
[ghstack-poisoned]
drisspg added a commit that referenced this pull request Nov 11, 2025
ghstack-source-id: 0634e20
Pull-Request: #167040
[ghstack-poisoned]
drisspg added a commit that referenced this pull request Nov 11, 2025
ghstack-source-id: 219f4b5
Pull-Request: #167040
drisspg added a commit that referenced this pull request Nov 17, 2025
ghstack-source-id: f0dd29b
Pull-Request: #167040
[ghstack-poisoned]
drisspg added a commit that referenced this pull request Nov 17, 2025
ghstack-source-id: b2d6d3d
Pull-Request: #167040
[ghstack-poisoned]
drisspg added a commit that referenced this pull request Nov 17, 2025
ghstack-source-id: 4e09b77
Pull-Request: #167040
[ghstack-poisoned]
drisspg added a commit that referenced this pull request Nov 18, 2025
ghstack-source-id: 5ff61ff
Pull-Request: #167040
[ghstack-poisoned]
drisspg added a commit that referenced this pull request Nov 18, 2025
ghstack-source-id: 4af2f73
Pull-Request: #167040
[ghstack-poisoned]
drisspg added a commit that referenced this pull request Nov 18, 2025
ghstack-source-id: 2e676aa
Pull-Request: #167040
[ghstack-poisoned]
drisspg added a commit that referenced this pull request Nov 19, 2025
ghstack-source-id: 22c7f61
Pull-Request: #167040
[ghstack-poisoned]
drisspg added a commit that referenced this pull request Nov 19, 2025
ghstack-source-id: 516a5d0
Pull-Request: #167040
[ghstack-poisoned]
drisspg added a commit that referenced this pull request Nov 19, 2025
ghstack-source-id: 1db64e0
Pull-Request: #167040
@drisspg
Copy link
Contributor Author

drisspg commented Nov 19, 2025

@pytorchbot merge

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Nov 19, 2025
@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

drisspg added a commit that referenced this pull request Nov 20, 2025
ghstack-source-id: 1db64e0
Pull-Request: #167040
tiendatngcs pushed a commit to tiendatngcs/pytorch-Dec25 that referenced this pull request Dec 10, 2025
@github-actions github-actions bot deleted the gh/drisspg/218/head branch December 20, 2025 02:17
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.

4 participants