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 }}
pggPL
/
TransformerEngine
Public
forked from
NVIDIA/TransformerEngine
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
23
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
CI: minimum supported PyTorch check
- #35
#35
Open
pggPL
wants to merge 18 commits into
main
pggPL/TransformerEngine:main
from
pytorch21_build_ci
pggPL/TransformerEngine:pytorch21_build_ci
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Open
CI: minimum supported PyTorch check
#35
pggPL
wants to merge 18 commits into
main
pggPL/TransformerEngine:main
from
pytorch21_build_ci
pggPL/TransformerEngine:pytorch21_build_ci
Copy head branch name to clipboard
Commits
Commits on Aug 18, 2026
Add CI workflow building TE against torch 2.1
Show description for 3875204
pggPL
committed
3875204
View commit details
Copy full SHA for 3875204
Browse repository at this point
Remove MAX_JOBS=1 from pytorch 2.1 build workflow
Show description for fba3898
pggPL
committed
fba3898
View commit details
Copy full SHA for fba3898
Browse repository at this point
Use MAX_JOBS=2 in pytorch 2.1 workflow, unbounded build OOMs the runner
Show description for 3b600dd
pggPL
committed
3b600dd
View commit details
Copy full SHA for 3b600dd
Browse repository at this point
Point TE build at apt cudnn9, torch 2.1 pip deps shadow it with cudnn 8.9
Show description for dce613c
pggPL
committed
dce613c
View commit details
Copy full SHA for dce613c
Browse repository at this point
Avoid passing std::optional to at::get_generator_or_default, torch 2.1 needs c10::optional
Show description for 061834f
pggPL
committed
061834f
View commit details
Copy full SHA for 061834f
Browse repository at this point
Gate NCCL EP in torch extension on nccl_ep_enabled, matching common CMake
Show description for 32a28ef
pggPL
committed
32a28ef
View commit details
Copy full SHA for 32a28ef
Browse repository at this point
Pass comm streams as raw cudaStream_t handles, torch 2.1 pybind lacks c10::Stream caster
Show description for 04b4b0f
pggPL
committed
04b4b0f
View commit details
Copy full SHA for 04b4b0f
Browse repository at this point
Revert "Pass comm streams as raw cudaStream_t handles, torch 2.1 pybind lacks c10::Stream caster"
Show description for 4a3ad66
pggPL
committed
4a3ad66
View commit details
Copy full SHA for 4a3ad66
Browse repository at this point
Revert "Avoid passing std::optional to at::get_generator_or_default, torch 2.1 needs c10::optional"
Show description for 2087bd0
pggPL
committed
2087bd0
View commit details
Copy full SHA for 2087bd0
Browse repository at this point
Retarget CI workflow to torch 2.8
Show description for 690701a
pggPL
committed
690701a
View commit details
Copy full SHA for 690701a
Browse repository at this point
Rename workflow to Minimum supported PyTorch, parametrize torch version
Show description for 7b7c6be
pggPL
committed
7b7c6be
View commit details
Copy full SHA for 7b7c6be
Browse repository at this point
Add Minimum supported JAX job, rename workflow to minimum_versions
Show description for b86e86c
pggPL
committed
b86e86c
View commit details
Copy full SHA for b86e86c
Browse repository at this point
Add packaging to min-jax job deps
Show description for 12f725f
pggPL
committed
12f725f
View commit details
Copy full SHA for 12f725f
Browse repository at this point
Skip NCCL EP in torch extension when torch lacks symm-mem headers; build min-torch job on sm90
Show description for f094de7
pggPL
committed
f094de7
View commit details
Copy full SHA for f094de7
Browse repository at this point
Fix min-versions jobs: pydantic for jax import, libcuda stub for sm90 import
Show description for 98324dd
pggPL
committed
98324dd
View commit details
Copy full SHA for 98324dd
Browse repository at this point
Commits on Aug 19, 2026
Extract torch symm-mem EP gate into nccl_ep_supported_by_torch helper
Show description for f034956
pggPL
committed
f034956
View commit details
Copy full SHA for f034956
Browse repository at this point
Tidy nccl_ep_supported_by_torch
Show description for 63311ef
pggPL
committed
63311ef
View commit details
Copy full SHA for 63311ef
Browse repository at this point
Compile out EP zero-copy path when torch lacks symm-mem headers
Show description for e64a6a1
pggPL
committed
e64a6a1
View commit details
Copy full SHA for e64a6a1
Browse repository at this point
You can’t perform that action at this time.