Skip to content

[Common, pyTorch] Grouped MXFP8 dequantize support#2722

Draft
ptrendx wants to merge 8 commits intoNVIDIA:mainfrom
ptrendx:pr_grouped_dequantize
Draft

[Common, pyTorch] Grouped MXFP8 dequantize support#2722
ptrendx wants to merge 8 commits intoNVIDIA:mainfrom
ptrendx:pr_grouped_dequantize

Conversation

@ptrendx
Copy link
Member

@ptrendx ptrendx commented Mar 2, 2026

Description

Support dequantization for MXFP8 grouped tensors.

Type of change

  • Documentation change (change only to the documentation, either a fix or a new content)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Infra/Build change
  • Code refactoring

Changes

Please list the changes introduced in this PR:

  • Grouped dequantization kernel for MXFP8
  • Exposed the functionality in PyTorch

Checklist:

  • I have read and followed the contributing guidelines
  • The functionality is complete
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Signed-off-by: Przemek Tredak <ptredak@nvidia.com>
Signed-off-by: Przemek Tredak <ptredak@nvidia.com>
Signed-off-by: Przemek Tredak <ptredak@nvidia.com>
@ptrendx ptrendx requested a review from Oleg-Goncharov March 2, 2026 19:13
pre-commit-ci bot and others added 3 commits March 2, 2026 19:19
@ptrendx ptrendx linked an issue Mar 2, 2026 that may be closed by this pull request
Signed-off-by: Przemek Tredak <ptredak@nvidia.com>
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.

Dequantization support for the grouped tensor - MXFP8

1 participant