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
799
Star
3.5k
Code
Issues
159
Pull requests
162
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Subchannel Block quantized GEMM
- #1545
#1545
Merged
timmoon10
merged 23 commits into
NVIDIA:main
NVIDIA/TransformerEngine:main
from
kwyss-nvidia:kwyss/cublas_gemm_github_mr
kwyss-nvidia/TransformerEngine:kwyss/cublas_gemm_github_mr
Copy head branch name to clipboard
Apr 7, 2025
Conversation
Commits
23
(23)
Checks
Files changed
Merged
Subchannel Block quantized GEMM
#1545
timmoon10
merged 23 commits into
NVIDIA:main
NVIDIA/TransformerEngine:main
from
kwyss-nvidia:kwyss/cublas_gemm_github_mr
kwyss-nvidia/TransformerEngine:kwyss/cublas_gemm_github_mr
Copy head branch name to clipboard
Commits
Commits on Apr 4, 2025
Add GEMM logic for blockwise quantized tensors.
Show description for fbcbcb0
kwyss-nvidia
committed
fbcbcb0
View commit details
Copy full SHA for fbcbcb0
Browse repository at this point
Update NVTE_BLOCK_SCALING for GEMM.
Show description for 522ffbe
kwyss-nvidia
committed
522ffbe
View commit details
Copy full SHA for 522ffbe
Browse repository at this point
Gate feature on CUDA 12.9
Show description for d7e1fce
kwyss-nvidia
committed
d7e1fce
View commit details
Copy full SHA for d7e1fce
Browse repository at this point
Gemm typo.
Show description for f212c81
kwyss-nvidia
committed
f212c81
View commit details
Copy full SHA for f212c81
Browse repository at this point
Remove unecessary type converter change.
Show description for 48b2d57
kwyss-nvidia
committed
48b2d57
View commit details
Copy full SHA for 48b2d57
Browse repository at this point
Reflect epilogue availability and test supported epilogues.
Show description for 5761589
kwyss-nvidia
committed
5761589
View commit details
Copy full SHA for 5761589
Browse repository at this point
GEMM simplifications from recipe branch.
Show description for 07b19b7
kwyss-nvidia
committed
07b19b7
View commit details
Copy full SHA for 07b19b7
Browse repository at this point
Format py code.
Show description for c4a41b8
kwyss-nvidia
committed
c4a41b8
View commit details
Copy full SHA for c4a41b8
Browse repository at this point
Update GEMM DGelu tests to match support depending on output dtype.
Show description for 51ed2fb
kwyss-nvidia
committed
51ed2fb
View commit details
Copy full SHA for 51ed2fb
Browse repository at this point
Force pow2Scales in GEMM
Show description for e7af140
kwyss-nvidia
committed
e7af140
View commit details
Copy full SHA for e7af140
Browse repository at this point
Add GEMM test to pytorch test suite.
Show description for 596a009
kwyss-nvidia
committed
596a009
View commit details
Copy full SHA for 596a009
Browse repository at this point
Add copyright to GEMM test.
Show description for 4aa6067
kwyss-nvidia
committed
4aa6067
View commit details
Copy full SHA for 4aa6067
Browse repository at this point
Update import for GEMM test.
Show description for 758dc4a
kwyss-nvidia
committed
758dc4a
View commit details
Copy full SHA for 758dc4a
Browse repository at this point
Add license.
Show description for 7d5b5d9
kwyss-nvidia
committed
7d5b5d9
View commit details
Copy full SHA for 7d5b5d9
Browse repository at this point
Update test gemm supported predicate.
Show description for efdf8e0
kwyss-nvidia
committed
efdf8e0
View commit details
Copy full SHA for efdf8e0
Browse repository at this point
Commits on Apr 5, 2025
Use sgemm like interfaces and naming.
Show description for a9f209a
kwyss-nvidia
committed
a9f209a
View commit details
Copy full SHA for a9f209a
Browse repository at this point
Rewrite GEMM comment.
Show description for 861c870
kwyss-nvidia
committed
861c870
View commit details
Copy full SHA for 861c870
Browse repository at this point
MR Feedback.
Show description for ada6438
kwyss-nvidia
committed
ada6438
View commit details
Copy full SHA for ada6438
Browse repository at this point
Commits on Apr 6, 2025
Refactor GEMM param canonicalization
Show description for e484269
timmoon10
committed
e484269
View commit details
Copy full SHA for e484269
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 9f0707e
pre-commit-ci[bot]
committed
9f0707e
View commit details
Copy full SHA for 9f0707e
Browse repository at this point
Merge branch 'main' into kwyss/cublas_gemm_github_mr
timmoon10
authored
cf36b99
View commit details
Copy full SHA for cf36b99
Browse repository at this point
Commits on Apr 7, 2025
Prune number of tests.
Show description for f3123cf
kwyss-nvidia
committed
f3123cf
View commit details
Copy full SHA for f3123cf
Browse repository at this point
Merge branch 'main' into kwyss/cublas_gemm_github_mr
timmoon10
authored
4e4c59e
View commit details
Copy full SHA for 4e4c59e
Browse repository at this point
You can’t perform that action at this time.