Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
NVIDIA
/
TransformerEngine
Public
Notifications
You must be signed in to change notification settings
Fork
795
Star
3.5k
Code
Issues
156
Pull requests
157
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
[Pytorch] Add support for row-wise quanted input for grouped gemm
- #3244
#3244
Merged
vthumbe1503
merged 27 commits into
NVIDIA:main
NVIDIA/TransformerEngine:main
from
YangFei1990:mxfp8_input_groupedgemm
YangFei1990/TransformerEngine:mxfp8_input_groupedgemm
Copy head branch name to clipboard
Aug 7, 2026
Conversation
Commits
27
(27)
Checks
Files changed
Merged
[Pytorch] Add support for row-wise quanted input for grouped gemm
#3244
vthumbe1503
merged 27 commits into
NVIDIA:main
NVIDIA/TransformerEngine:main
from
YangFei1990:mxfp8_input_groupedgemm
YangFei1990/TransformerEngine:mxfp8_input_groupedgemm
Copy head branch name to clipboard
Commits
Commits on Jul 23, 2026
add support for row-wise quanted input for grouped gemm
Show description for 11e9007
YangFei1990
committed
11e9007
View commit details
Copy full SHA for 11e9007
Browse repository at this point
Commits on Jul 25, 2026
doc change
Show description for d234cd8
YangFei1990
committed
d234cd8
View commit details
Copy full SHA for d234cd8
Browse repository at this point
Commits on Jul 26, 2026
implement for backward
Show description for 376b94c
YangFei1990
committed
376b94c
View commit details
Copy full SHA for 376b94c
Browse repository at this point
merge from main
Show description for 782835c
YangFei1990
committed
782835c
View commit details
Copy full SHA for 782835c
Browse repository at this point
allow scaled_bias + frozen weights in prequant path
Show description for 855f480
YangFei1990
committed
855f480
View commit details
Copy full SHA for 855f480
Browse repository at this point
allow bias + frozen weight path in prequantized input
Show description for 8ef7e7e
YangFei1990
committed
8ef7e7e
View commit details
Copy full SHA for 8ef7e7e
Browse repository at this point
Commits on Jul 30, 2026
use .copy to create group tensor
Show description for 6015c91
YangFei1990
committed
6015c91
View commit details
Copy full SHA for 6015c91
Browse repository at this point
merge from main
Show description for 49ba134
YangFei1990
committed
49ba134
View commit details
Copy full SHA for 49ba134
Browse repository at this point
move the implementation to c++ layer
Show description for 12f1dbf
YangFei1990
committed
12f1dbf
View commit details
Copy full SHA for 12f1dbf
Browse repository at this point
Merge branch 'main' into mxfp8_input_groupedgemm
YangFei1990
authored
14fedf0
View commit details
Copy full SHA for 14fedf0
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for e3990dd
pre-commit-ci[bot]
committed
e3990dd
View commit details
Copy full SHA for e3990dd
Browse repository at this point
Commits on Jul 31, 2026
bug fix for operation ordering
Show description for c1e4663
YangFei1990
committed
c1e4663
View commit details
Copy full SHA for c1e4663
Browse repository at this point
add comprehensive tests
Show description for a349d0d
YangFei1990
committed
a349d0d
View commit details
Copy full SHA for a349d0d
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for a3219de
pre-commit-ci[bot]
committed
a3219de
View commit details
Copy full SHA for a3219de
Browse repository at this point
Merge branch 'main' into mxfp8_input_groupedgemm
YangFei1990
authored
7c850ef
View commit details
Copy full SHA for 7c850ef
Browse repository at this point
Commits on Aug 4, 2026
Merge branch 'main' into mxfp8_input_groupedgemm
YangFei1990
authored
d8e8b1c
View commit details
Copy full SHA for d8e8b1c
Browse repository at this point
Commits on Aug 5, 2026
rename to group_requantize
Show description for 3bbf778
YangFei1990
committed
3bbf778
View commit details
Copy full SHA for 3bbf778
Browse repository at this point
Commits on Aug 6, 2026
merge from main
Show description for a677627
YangFei1990
committed
a677627
View commit details
Copy full SHA for a677627
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for e890104
pre-commit-ci[bot]
committed
e890104
View commit details
Copy full SHA for e890104
Browse repository at this point
rename func with inplace tag
Show description for 76662c2
YangFei1990
committed
76662c2
View commit details
Copy full SHA for 76662c2
Browse repository at this point
resolve merge
Show description for f2ff2fc
YangFei1990
committed
f2ff2fc
View commit details
Copy full SHA for f2ff2fc
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for a056c6d
pre-commit-ci[bot]
committed
a056c6d
View commit details
Copy full SHA for a056c6d
Browse repository at this point
refactor the requantize function
Show description for ce2e5a3
YangFei1990
committed
ce2e5a3
View commit details
Copy full SHA for ce2e5a3
Browse repository at this point
merge from main
Show description for 8a1c89f
YangFei1990
committed
8a1c89f
View commit details
Copy full SHA for 8a1c89f
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 226405d
pre-commit-ci[bot]
committed
226405d
View commit details
Copy full SHA for 226405d
Browse repository at this point
Commits on Aug 7, 2026
minor fix for test
Show description for 3032804
YangFei1990
committed
3032804
View commit details
Copy full SHA for 3032804
Browse repository at this point
Merge branch 'main' into mxfp8_input_groupedgemm
YangFei1990
authored
791abaa
View commit details
Copy full SHA for 791abaa
Browse repository at this point
You can’t perform that action at this time.