feat: sm100fp8fp4 gemm#971
Open
qqbbiu wants to merge 5 commits intoalibaba:mainfrom
Open
Conversation
Collaborator
AI Code Review - PR #971Status: BLOCKING Summary: P0/0 · P1/2 · P2/1 · P3/0 Blocking IssuesP1
Non-blocking SuggestionsP2
Checklist Violations (7 fail / 56 total)General Principles Checklist
Python Static-First Checklist
Strengths
|
Collaborator
AI Code Review - PR #971Status: BLOCKING Summary: P0/0 · P1/2 · P2/1 · P3/0 Blocking IssuesP1
Non-blocking SuggestionsP2
Checklist Violations (11 fail / 67 total)General Principles Checklist
RTP-LLM Checklist
Python Static-First Checklist
Strengths
|
Collaborator
AI Code Review - PR #971Status: BLOCKING Summary: P0/0 · P1/1 · P2/1 · P3/0 Blocking IssuesP1
Non-blocking SuggestionsP2
Checklist Violations (9 fail / 67 total)General Principles Checklist
RTP-LLM Checklist
Python Static-First Checklist
Strengths
|
Add b_prepacked parameter (default False) to maintain backward compatibility for callers passing raw float32 scales. MoE executors that pre-pack at init time now pass b_prepacked=True to skip redundant packing on the hot path.
Collaborator
AI Code Review - PR #971Status: LGTM Summary: P0/0 · P1/0 · P2/1 · P3/0 lgtm ready to ci Non-blocking SuggestionsP2
Checklist Violations (4 fail / 60 total)General Principles Checklist
RTP-LLM Checklist
Strengths
|
Collaborator
|
internal source has been updated, please review the changes! |
…sion threshold - Add try/except guard in fp4_kernel/__init__.py for flashinfer_cutedsl_moe import to prevent cascade failure when cuda.bindings is unavailable - Register cuda-bindings, cuda-python, cuda-pathfinder, nvidia-cutlass-dsl-libs-base as Bazel pip targets and add them to FP4 test BUILD deps - Make deepep_normal_executor_test precision threshold configurable via DIFF_THRESHOLD class variable; SM100 subclass uses 0.01 (FP4 path) Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
AI Code Review - PR #971Status: BLOCKING Summary: P0/0 · P1/2 · P2/0 · P3/0 Blocking IssuesP1
Checklist Violations (9 fail / 56 total)General Principles Checklist
RTP-LLM Checklist
Python Static-First Checklist
Strengths
|
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.
SM100支持w4a8 gemm