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
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
806
Star
3.5k
Code
Issues
158
Pull requests
188
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
[PyTorch] Reduce CPU overhead on eager EP dispatch and combine
- #3380
#3380
Merged
phu0ngng
merged 11 commits into
NVIDIA:main
NVIDIA/TransformerEngine:main
from
phu0ngng:ep-pyt
phu0ngng/TransformerEngine:ep-pyt
Copy head branch name to clipboard
Aug 25, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
[PyTorch] Reduce CPU overhead on eager EP dispatch and combine
#3380
phu0ngng
merged 11 commits into
NVIDIA:main
NVIDIA/TransformerEngine:main
from
phu0ngng:ep-pyt
phu0ngng/TransformerEngine:ep-pyt
Copy head branch name to clipboard
Commits
Commits on Aug 24, 2026
[PyTorch] Fuse eager EP prepare and dispatch into a single op
Show description for 0ff3530
phu0ngng
committed
0ff3530
View commit details
Copy full SHA for 0ff3530
Browse repository at this point
Unify eager and non-eager EP dispatch into one fused prepare+dispatch op
Show description for 3963566
phu0ngng
committed
3963566
View commit details
Copy full SHA for 3963566
Browse repository at this point
[PyTorch] Trim eager EP dispatch autograd operands to cut per-call Python overhead
Show description for eb75c6a
phu0ngng
committed
eb75c6a
View commit details
Copy full SHA for eb75c6a
Browse repository at this point
[PyTorch] Inline EP dispatch backward and tidy docstrings
Show description for d9d3397
phu0ngng
committed
d9d3397
View commit details
Copy full SHA for d9d3397
Browse repository at this point
[PyTorch] Call the backend directly for eager EP combine to cut per-call CPU overhead
Show description for 793c63d
phu0ngng
committed
793c63d
View commit details
Copy full SHA for 793c63d
Browse repository at this point
[PyTorch] Trim eager EP combine autograd operands to cut per-call Python overhead
Show description for afbb537
phu0ngng
committed
afbb537
View commit details
Copy full SHA for afbb537
Browse repository at this point
[PyTorch] Call the backend directly for eager EP dispatch backward to cut per-call CPU overhead
Show description for 6d2c0d8
phu0ngng
committed
6d2c0d8
View commit details
Copy full SHA for 6d2c0d8
Browse repository at this point
[PyTorch] Reuse cached zero-copy flag and skip eager recv detach to cut EP CPU overhead
Show description for 4151609
phu0ngng
committed
4151609
View commit details
Copy full SHA for 4151609
Browse repository at this point
[PyTorch] Extract EP dispatch/combine fwd+bwd compute into reusable autograd-free helpers
Show description for 64eb8c6
phu0ngng
committed
64eb8c6
View commit details
Copy full SHA for 64eb8c6
Browse repository at this point
[PyTorch] Use torch.dtype.itemsize and slotted state dataclasses to cut EP CPU overhead
Show description for 1eafa0f
phu0ngng
committed
1eafa0f
View commit details
Copy full SHA for 1eafa0f
Browse repository at this point
Commits on Aug 25, 2026
Merge branch 'main' into ep-pyt
phu0ngng
authored
dbb44ed
View commit details
Copy full SHA for dbb44ed
Browse repository at this point
You can’t perform that action at this time.