-
Notifications
You must be signed in to change notification settings - Fork 4k
Enable fpA_intB GEMM in CUDA builds and add configurable options #29622
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
Open
tianleiwu
wants to merge
16
commits into
microsoft:main
Choose a base branch
from
tianleiwu:tlwu/20260708/fpa_intb_inmem_autotune
base: main
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.
+459
−111
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
d66449b
[CUDA] In-memory tactic autotuning for fpA_intB MatMulNBits
tianleiwu 8645353
Enable onnxruntime_USE_FPA_INTB_GEMM by default when CUDA is enabled
tianleiwu 89a9ca4
Add ep.cuda.fpa_intb_gemm / fpa_intb_profile_m session-config keys
tianleiwu 5ec9dc5
Test ep.cuda.fpa_intb_gemm / fpa_intb_profile_m session-config keys
tianleiwu 424c0c4
Merge remote-tracking branch 'origin/main' into tlwu/20260708/fpa_int…
tianleiwu c1bc617
Simplify fpA_intB enable option to boolean; prepacked forces the path
tianleiwu 8eb01f9
Merge 'origin/main'
tianleiwu 0a6c501
Fix fpA_intB MatMulNBits CI failures and address review feedback
tianleiwu 06eb3ae
Clarify fpA_intB config-toggle test comment (numeric-equivalence scope)
tianleiwu c819f0f
Merge remote-tracking branch 'origin/main' into tlwu/20260708/fpa_int…
tianleiwu 7e0065f
refactoring
tianleiwu 6d2d776
fix(cuda): use ORT env helper instead of std::getenv in cuda_runtime_…
tianleiwu 9c7b8d1
Merge remote-tracking branch 'origin/main' into tlwu/20260708/fpa_int…
tianleiwu 050b9a9
fix Windows CI
tianleiwu 0360f4e
fix(cuda): use _dupenv_s on Windows to avoid C4996 in cuda_runtime_utils
tianleiwu 9079f41
fix build
tianleiwu 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
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.