Open
Conversation
xsmccc
added a commit
to xsmccc/llaisys
that referenced
this pull request
Apr 6, 2026
- §1: Add KV Cache INT8 (InfiniTensor#4) and CUDA Graph (InfiniTensor#5) to project intro (7→9 optimizations) - §32: Rewrite optimization InfiniTensor#8 from 'failed CUDA Graph' to successful KV Cache INT8 (+55%) - §32: Add optimization InfiniTensor#9 CUDA Graph static capture (+12.2%, 118→132 tok/s) - §32: Update acceleration breakdown table (330× complete, FP32 4.4×) - §24.5: Fix perf numbers (57.3→57.5, FP32 33.6→~30, add final 132 tok/s) - §40: Update quantization Q&A with full pipeline data - §43: Rewrite cudaGraph section with project-specific implementation details - Clean up duplicate INT4 paragraph, fix title counts (七→九项)
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.
原有的 _f32_to_f16 (llaisys/src/utils/types.cpp)没有对fp16向上取整的逻辑,导致rms_norm在fp16的测试用例无法通过(atol=1e-3)
在本pr进行了修改。