-
Notifications
You must be signed in to change notification settings - Fork 223
[DRAFT] Jax Support for FE OSS API #351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
mgoldfarb-nvidia
wants to merge
35
commits into
NVIDIA:develop
Choose a base branch
from
mgoldfarb-nvidia:mgoldfarb/api-base-framework-split
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
c8d1bbd
Add optional JAX support to FE OSS APIs
mgoldfarb-nvidia ccf4841
Align Torch and JAX FE operation names
mgoldfarb-nvidia 713841f
Add Torch and JAX documentation tabs
mgoldfarb-nvidia 598b033
Simplify optional JAX API policy
mgoldfarb-nvidia 1439267
Share JAX static value validation
mgoldfarb-nvidia 2130e23
Support validating multiple JAX dimensions
mgoldfarb-nvidia 340f37d
Rename shared JAX utilities module
mgoldfarb-nvidia 2ca5acb
Use native CUTLASS TensorSpec in JAX adapter
mgoldfarb-nvidia cd068a3
Add JAX DSA kernel examples
mgoldfarb-nvidia f09767f
Delegate TensorSpec validation to CUTLASS
mgoldfarb-nvidia 48fc53f
Simplify JAX buffer initialization
mgoldfarb-nvidia 909cbad
Remove unused JAX caller alias support
mgoldfarb-nvidia 7611435
Restore existing DSA architecture documentation
mgoldfarb-nvidia 2a8ca36
Rely on JAX static shape specialization
mgoldfarb-nvidia fdfb4a6
Remove redundant JAX static validators
mgoldfarb-nvidia 1b87d29
Centralize JAX optional dependency imports
mgoldfarb-nvidia 8d053a0
Merge remote-tracking branch 'origin/develop' into mgoldfarb/cutedsl-…
mgoldfarb-nvidia ede0744
Keep Torch out of the JAX top-k kernel path
mgoldfarb-nvidia 7b0b348
Co-locate Torch and JAX kernel APIs
mgoldfarb-nvidia 1debe3a
Move RMSNorm launch config into its package
mgoldfarb-nvidia ca5ff45
Share lazy framework API selection
mgoldfarb-nvidia f2843bc
Require explicit JAX operation namespaces
mgoldfarb-nvidia 8f39582
Auto-discover JAX import boundaries
mgoldfarb-nvidia 611d4d2
Require JAX 0.9.1 or newer
mgoldfarb-nvidia 1a95752
Simplify JAX namespace loading
mgoldfarb-nvidia f7ec0bf
Add JAX DSA score recompute APIs
mgoldfarb-nvidia e31341e
Add JAX dense GEMM APIs
mgoldfarb-nvidia 8cc82d6
Share GEMM validation across Torch and JAX
mgoldfarb-nvidia 115037a
Add JAX APIs for remaining FE-OSS kernels
mgoldfarb-nvidia cc91e3b
Add framework-neutral API base and JAX class APIs
mgoldfarb-nvidia 5483abd
Co-locate JAX CuTe adapter with API base
mgoldfarb-nvidia b72d686
Simplify JAX API infrastructure
mgoldfarb-nvidia e6a46e4
Expand JAX kernel coverage and validation
mgoldfarb-nvidia 4aea843
Add block-scaled JAX GEMM SwiGLU support
mgoldfarb-nvidia ee72523
Merge remote-tracking branch 'origin/develop' into mgoldfarb/api-base…
mgoldfarb-nvidia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Fix the unpacking typo in the JAX example.
result["dq"]_tensoris invalid Python, so the snippet won't run if copied. It should beresult["dq_tensor"]to match the documented JAX return keys.🛠️ Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents