[Debug] Add AutoswitchGEmm for Debug Precision Tool#2883
Draft
shangxiaokang wants to merge 3 commits intoNVIDIA:mainfrom
Draft
[Debug] Add AutoswitchGEmm for Debug Precision Tool#2883shangxiaokang wants to merge 3 commits intoNVIDIA:mainfrom
shangxiaokang wants to merge 3 commits intoNVIDIA:mainfrom
Conversation
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
Add
AutoswitchGemmto Transformer Engine precision debug tools and integrate it into the TE debug quantization path.This change introduces dynamic GEMM precision switching based on quantization quality metrics (underflow% / MSE), with same-iteration metric consumption, per-GEMM decisions, and dedicated autoswitch metric logs. It also updates TE debug wrappers to support dequantized-weight fallback paths needed by autoswitch behavior.
Fixes # (issue)
Type of change
Changes
transformer_engine.debug.features.autoswitch_gemm.AutoswitchGemm.fprop,dgrad,wgrad) usingunderflow_threshold_pctandmse_threshold.nvdlfw_inspect_autoswitchgemm_logs/nvdlfw_inspect_globalrank-<rank>.log.fprop/dgrad,allow_fp8_model_params_dequantized_weight.wrap_quantized_tensor(...)with dtype-aware dequantized fallback handling,workspace_dtypeinto debug quantized weight wrapping.AutoswitchGemmin API feature docs,docs/debug/autoswitch_gemm_example.yaml.Checklist: