Expose sa_fuse_reciprocal and sa_use_base2_exp flags in MaxText#4264
Open
dandragona wants to merge 1 commit into
Open
Expose sa_fuse_reciprocal and sa_use_base2_exp flags in MaxText#4264dandragona wants to merge 1 commit into
dandragona wants to merge 1 commit into
Conversation
e7df328 to
6e56e27
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
6e56e27 to
464416f
Compare
This change exposes two flags that are supported by the underlying tokamax SplashConfig: - sa_fuse_reciprocal: Maps to fuse_reciprocal in SplashConfig (defaults to True). - sa_use_base2_exp: Maps to use_base2_exp in SplashConfig (defaults to True). These are passed to tokamax_splash_kernel.SplashConfig. TAG=agy CONV=9b0f857c-78d2-4359-be96-73df07e21957 CHANGE_STEWARD=true
464416f to
675052d
Compare
NuojCheng
approved these changes
Jun 25, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR exposes two flags that are supported by the underlying tokamax SplashConfig:
These are passed to tokamax_splash_kernel.SplashConfig.
Tests
configs_test.pyandpyconfig_test.pypassed.Checklist
Before submitting this PR, please make sure (put X in square brackets):
gemini-reviewlabel.TAG=agy
CONV=9b0f857c-78d2-4359-be96-73df07e21957
CHANGE_STEWARD=true