[RFC][FastDeploy] MetaX C500 PaddleOCR-VL-1.5 Performance Analysis (oldzhu)#1360
Open
oldzhu wants to merge 1 commit intoPaddlePaddle:masterfrom
Open
[RFC][FastDeploy] MetaX C500 PaddleOCR-VL-1.5 Performance Analysis (oldzhu)#1360oldzhu wants to merge 1 commit intoPaddlePaddle:masterfrom
oldzhu wants to merge 1 commit intoPaddlePaddle:masterfrom
Conversation
… report Add Phase 1 performance bottleneck analysis for PaddleOCR-VL-1.5 running via FastDeploy 2.5 on MetaX C500 GPU (MACA 3.3.0). Report includes: - Inference framework scheduling analysis (vLLM-style continuous batching) - GPU utilization profile (19.5%, 67W/350W TDP) - 6 kernel function analyses (FlashAttention 33.4%, GEMV 12.3%+6.3%, RMSNorm 5.8%, TopK 3.3%, SigLIP 1.5%) - Phase 2 optimization validation results: - Action 8.1 (SOT graph compile): DISCARDED - crash on MACA 3.3.0 - Action 8.2 (MACA shader cache): KEEP - 135.2s -> 4.28s cold start (-97%) - Action 8.3 (concurrent batching): KEEP - ~10 -> ~88 tok/s (+780%) - Action 8.4 (RMSNorm+Linear fusion): Future Work - no kernel in stack GitHub: https://github.com/oldzhu/paddle-mx Author: oldzhu
|
|
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.
Summary
This RFC documents the Phase 1 performance analysis and Phase 2 optimization results for running PaddleOCR-VL-1.5 on a MetaX C500 GPU (64 GB, MACA 3.3.0) via FastDeploy 2.5.
Environment
Key Findings (Phase 1)
Kernel Hotspots (628 input / 165 output tokens, 4.38s wall time)
Phase 2 Optimizations
Concrete improvements via batching (Action 8.3) yield >20% improvement requirement met and far exceeded.
Files Added
rfcs/FastDeploy/20260430_metax_paddleocr_vl_perf_analysis.md— Englishrfcs/FastDeploy/20260430_metax_paddleocr_vl_perf_analysis.zh.md— ChineseHackathon track: 文心伙伴赛道-沐曦-进阶