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
798
Star
3.5k
Code
Issues
159
Pull requests
161
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
TE EP integration to MoEBlock
- #3116
#3116
Merged
tdophung
merged 23 commits into
NVIDIA:main
NVIDIA/TransformerEngine:main
from
tdophung:teddy/te_ep_integration
tdophung/TransformerEngine:teddy/te_ep_integration
Copy head branch name to clipboard
Jul 10, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
TE EP integration to MoEBlock
#3116
tdophung
merged 23 commits into
NVIDIA:main
NVIDIA/TransformerEngine:main
from
tdophung:teddy/te_ep_integration
tdophung/TransformerEngine:teddy/te_ep_integration
Copy head branch name to clipboard
Commits
Commits on Jul 7, 2026
[JAX] Resync onto upstream PR #3036, restore TE-EP-only MoE block
Show description for cba9717
tdophung
committed
cba9717
View commit details
Copy full SHA for cba9717
Browse repository at this point
tests/jax: trim TE-EP MoE suite (drop bootstrap, flax-wrapper, bias-zero)
Show description for 006902e
tdophung
committed
006902e
View commit details
Copy full SHA for 006902e
Browse repository at this point
jax/router: fix two bwd custom_partitioning bugs (aux-loss rank, topk closure)
Show description for 51a046a
tdophung
committed
51a046a
View commit details
Copy full SHA for 51a046a
Browse repository at this point
jax/ep: skip size-1 dp/fsdp axis in _ep_outer_axis
Show description for 375d080
tdophung
committed
375d080
View commit details
Copy full SHA for 375d080
Browse repository at this point
jax/flax: realign _MoEBlock with post-resync moe() signature
Show description for f3f77f7
tdophung
committed
f3f77f7
View commit details
Copy full SHA for f3f77f7
Browse repository at this point
jax/moe: plumb token_counts to grouped_gemm and zero 0-token wgrad slices
Show description for 49058ff
tdophung
committed
49058ff
View commit details
Copy full SHA for 49058ff
Browse repository at this point
jax/flax,tests: rename use_bias/use_expert_bias for symmetry (PR #3116)
Show description for 3e77957
tdophung
committed
3e77957
View commit details
Copy full SHA for 3e77957
Browse repository at this point
jax/moe: address PR #3116 review feedback (hardcode align + expand inline justifications)
Show description for 2f54d83
tdophung
committed
2f54d83
View commit details
Copy full SHA for 2f54d83
Browse repository at this point
jax/moe: strip PR-response framing from comments; drop sparse_probs NaN sanitizer
Show description for 09d5f78
tdophung
committed
09d5f78
View commit details
Copy full SHA for 09d5f78
Browse repository at this point
jax/moe: drop fp32 island around silu+multiply (fwd, bwd, reference)
Show description for 9d959f2
tdophung
committed
9d959f2
View commit details
Copy full SHA for 9d959f2
Browse repository at this point
remove useless comments
Show description for b7d3a85
tdophung
committed
b7d3a85
View commit details
Copy full SHA for b7d3a85
Browse repository at this point
tests/jax: remove legacy MoE VJP tests + launcher; point CI at TE-EP successor
Show description for ff50f44
tdophung
committed
ff50f44
View commit details
Copy full SHA for ff50f44
Browse repository at this point
jax/moe: swap _Ctx to @flax.struct.dataclass, drop manual pytree boilerplate
Show description for 641b6b8
tdophung
committed
641b6b8
View commit details
Copy full SHA for 641b6b8
Browse repository at this point
jax/moe: drop bwd recv_topk_weights NaN sanitizer; trust the dispatch contract
Show description for 055b72c
tdophung
committed
055b72c
View commit details
Copy full SHA for 055b72c
Browse repository at this point
jax/moe: assert output dtype; tests cover d_x parity (dtype + values)
Show description for e670511
tdophung
committed
e670511
View commit details
Copy full SHA for e670511
Browse repository at this point
tests/jax/test_te_ep_moe: strip docstring to just "what this suite covers"
Show description for 518e177
tdophung
committed
518e177
View commit details
Copy full SHA for 518e177
Browse repository at this point
jax/moe: address TE EP alignment review feedback
Show description for bd052ce
tdophung
committed
bd052ce
View commit details
Copy full SHA for bd052ce
Browse repository at this point
jax/moe: fix early topk weighting padded-slot masking
Show description for c2869ed
tdophung
committed
c2869ed
View commit details
Copy full SHA for c2869ed
Browse repository at this point
jax/moe: remove unused EP mesh size
Show description for 2dd0c6c
tdophung
committed
2dd0c6c
View commit details
Copy full SHA for 2dd0c6c
Browse repository at this point
Commits on Jul 8, 2026
jax/moe: tighten TE EP recv capacity bound
Show description for 9a13ef8
tdophung
committed
9a13ef8
View commit details
Copy full SHA for 9a13ef8
Browse repository at this point
jax/moe: simplify late TE EP weighting
Show description for a49dc6b
tdophung
committed
a49dc6b
View commit details
Copy full SHA for a49dc6b
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for bd5d8ba
pre-commit-ci[bot]
committed
bd5d8ba
View commit details
Copy full SHA for bd5d8ba
Browse repository at this point
jax/moe: reduce padded-slot recv weight masking
Show description for e626a7f
tdophung
committed
e626a7f
View commit details
Copy full SHA for e626a7f
Browse repository at this point
You can’t perform that action at this time.