-
Notifications
You must be signed in to change notification settings - Fork 641
[JAX] Clamped Swiglu Integration #2194
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
Merged
Merged
Changes from all commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
2a27823
Test working as I think it should work
vthumbe1503 d4c06c5
initial draft of changes to get GPT oss based swiglu integrated, gate…
vthumbe1503 1f596af
redundant implementation for the pytorch to te hook up, refactoring t…
vthumbe1503 42f85c3
all gated kernels modified, pytest working for oss swiglu
vthumbe1503 c9d3311
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 5d06c2a
fix the merge conflict
vthumbe1503 025ce6b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d964b24
accidentally had removed some activations, minor bug in the templated…
vthumbe1503 de9ef2f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8e17473
parent de9ef2fe450daae0d4ea1b647a37219f72814f66
vthumbe1503 1f2c65b
accidentally removed the copyright
vthumbe1503 75c4b13
fix linting issue
vthumbe1503 288e926
minor issue in comments
vthumbe1503 448eceb
Commit is for another PR
vthumbe1503 23b5822
revert changes since this belongs to another PR
vthumbe1503 a1a5794
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0d6a3ea
Revert change back since belongs to another PR
vthumbe1503 33c3364
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a724c2d
Changes belong to another PR
vthumbe1503 34d9815
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3475264
Revert changes here
vthumbe1503 5e687d1
address review comments
vthumbe1503 8535dfb
cleanup
vthumbe1503 fa0e9a9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] aee3fb9
fix linting error
vthumbe1503 87ae3d1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3858eab
Address review comments, fix mxfp8 kernel bug: was not passing clampe…
vthumbe1503 de3080e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 7bf0bc4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] fe93c01
Use limit=0.75 in clamped SwiGLU test
timmoon10 5d3b169
Address review comments
vthumbe1503 0c17c7e
JAX integration changes
vthumbe1503 90e070c
Merge branch 'main' into gpt-oss-jax
vthumbe1503 66c7086
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] af19dbf
revert line break
vthumbe1503 4f29915
revert line break
vthumbe1503 24828f3
missed adding oss swiglu to nvte enum in common
vthumbe1503 19410b6
fix jax linting errors
vthumbe1503 5480d29
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 7a917ea
fix jax linting errors
vthumbe1503 53dd179
revert multi_gpu_encoder change
vthumbe1503 d048807
Merge branch 'main' into gpt-oss-jax
vthumbe1503 3bfae54
fix flax integration bug
vthumbe1503 9c60c47
Merge branch 'gpt-oss-jax' of github.com:vthumbe1503/TransformerEngin…
vthumbe1503 38382dc
fix linting error
vthumbe1503 c7ef078
bug fixed in other branch and not here
vthumbe1503 c39ab8d
Merge branch 'main' into gpt-oss-jax
vthumbe1503 8446cc4
Merge branch 'main' into gpt-oss-jax
vthumbe1503 2a2e6de
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b2f4fcb
bug in dbias computation
vthumbe1503 b7df6b6
Merge branch 'main' into gpt-oss-jax
vthumbe1503 4f41c1b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 115e528
Merge branch 'main' into gpt-oss-jax
vthumbe1503 d2072b1
address review comments
vthumbe1503 6d9df80
Merge branch 'gpt-oss-jax' of github.com:vthumbe1503/TransformerEngin…
vthumbe1503 978fcde
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 13a3e3c
minor bug because of merge conflict
vthumbe1503 df0f449
Merge branch 'gpt-oss-jax' of github.com:vthumbe1503/TransformerEngin…
vthumbe1503 d59526b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4783514
accept copilot suggestion
vthumbe1503 cda0c82
Merge branch 'gpt-oss-jax' of github.com:vthumbe1503/TransformerEngin…
vthumbe1503 14f8971
fix test and remove a redundant test addition
vthumbe1503 b9d7da7
Merge branch 'main' into gpt-oss-jax
vthumbe1503 6b0c73c
Merge branch 'main' into gpt-oss-jax
vthumbe1503 d462da1
Merge branch 'main' into gpt-oss-jax
vthumbe1503 5a55b0d
address review comments
vthumbe1503 bf3e04b
Merge branch 'gpt-oss-jax' of github.com:vthumbe1503/TransformerEngin…
vthumbe1503 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
Some comments aren't visible on the classic Files Changed page.
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.