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
797
Star
3.5k
Code
Issues
156
Pull requests
160
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
[JAX] Generalizing Activation Primitives
- #810
#810
Merged
phu0ngng
merged 14 commits into
NVIDIA:main
NVIDIA/TransformerEngine:main
from
phu0ngng:act_prim
phu0ngng/TransformerEngine:act_prim
Copy head branch name to clipboard
May 3, 2024
Conversation
Commits
14
(14)
Checks
Files changed
Merged
[JAX] Generalizing Activation Primitives
#810
phu0ngng
merged 14 commits into
NVIDIA:main
NVIDIA/TransformerEngine:main
from
phu0ngng:act_prim
phu0ngng/TransformerEngine:act_prim
Copy head branch name to clipboard
Commits
Commits on May 1, 2024
templated primitives and respective C++ functions
Show description for e7f211e
phu0ngng
committed
e7f211e
View commit details
Copy full SHA for e7f211e
Browse repository at this point
fixes for LayerNormMLP, tests in test_custom_compute all passed
Show description for 4e0227d
phu0ngng
committed
4e0227d
View commit details
Copy full SHA for 4e0227d
Browse repository at this point
added default arg for pybind get_workspace_size funcs
Show description for 2bd3296
phu0ngng
committed
2bd3296
View commit details
Copy full SHA for 2bd3296
Browse repository at this point
fixes for TestTransFormer with non-gated act tests
Show description for 7a74dec
phu0ngng
committed
7a74dec
View commit details
Copy full SHA for 7a74dec
Browse repository at this point
renamed gelu to act
Show description for 896689a
phu0ngng
committed
896689a
View commit details
Copy full SHA for 896689a
Browse repository at this point
improved enum implementation, avoid using magic numbers
Show description for ae06729
phu0ngng
committed
ae06729
View commit details
Copy full SHA for ae06729
Browse repository at this point
Exposed C++ ActivationEnum to python side
Show description for 2fa8d93
phu0ngng
committed
2fa8d93
View commit details
Copy full SHA for 2fa8d93
Browse repository at this point
Changed error messages
Show description for 13ae4e0
phu0ngng
committed
13ae4e0
View commit details
Copy full SHA for 13ae4e0
Browse repository at this point
changed conditional check on input shape for dbias_cast_transpose
Show description for bc1ab2f
phu0ngng
committed
bc1ab2f
View commit details
Copy full SHA for bc1ab2f
Browse repository at this point
changed dtype (tol) for bias grad tests
Show description for 3b84cc4
phu0ngng
committed
3b84cc4
View commit details
Copy full SHA for 3b84cc4
Browse repository at this point
fixes so that layer_norm_fp8_mlp can take bias = None
Show description for 36876b4
phu0ngng
committed
36876b4
View commit details
Copy full SHA for 36876b4
Browse repository at this point
Commits on May 2, 2024
rs conflicts with main
Show description for b47b3ad
phu0ngng
committed
b47b3ad
View commit details
Copy full SHA for b47b3ad
Browse repository at this point
Merge branch 'main' of github.com:NVIDIA/TransformerEngine into act_prim
phu0ngng
committed
62fc389
View commit details
Copy full SHA for 62fc389
Browse repository at this point
Set bias = None in flax modules
Show description for 569baf1
phu0ngng
committed
569baf1
View commit details
Copy full SHA for 569baf1
Browse repository at this point
You can’t perform that action at this time.