feat(lab3.5): release - #47
Merged
Merged
Conversation
jjsnam
commented
Jul 28, 2026
Member
- Add Lab 3.5 documentation covering Ascend 910B architecture (AIC/AIV separation, UB/MTE2/MTE3/V pipelines, TQue/PipeBarrier sync), Ascend C API overview (LocalTensor/TBuf/TQue/TPosition, DataCopy(Pad), Cast/Add/ Reduce), profiling workflow (msprof op + simulator), and step-by-step optimization guide (pipeline, UB reuse, tiling, copy efficiency, reduction/precision).
- Add lab3.5 student kit under src/lab3p5/: env.sh, checker (build/run/ test_op/case_specs/get_time), and three implementation paths (src/ascendc baseline, src/triton, src/tilelang).
- Ascend C baseline: row-parallel FP16 I/O with FP32 compute, DataCopyPad for non-aligned tail, BlockReduceSum + WholeReduceSum for the H-axis reduction, TQue double-buffered in/out queues.
- Document scoring curve (120-point scale, 20-point bonus) and submission rules (upload src// only).
- Add Lab 3.5 documentation covering Ascend 910B architecture (AIC/AIV separation, UB/MTE2/MTE3/V pipelines, TQue/PipeBarrier sync), Ascend C API overview (LocalTensor/TBuf/TQue/TPosition, DataCopy(Pad), Cast/Add/ Reduce), profiling workflow (msprof op + simulator), and step-by-step optimization guide (pipeline, UB reuse, tiling, copy efficiency, reduction/precision). - Add lab3.5 student kit under src/lab3p5/: env.sh, checker (build/run/ test_op/case_specs/get_time), and three implementation paths (src/ascendc baseline, src/triton, src/tilelang). - Ascend C baseline: row-parallel FP16 I/O with FP32 compute, DataCopyPad for non-aligned tail, BlockReduceSum + WholeReduceSum for the H-axis reduction, TQue double-buffered in/out queues. - Document scoring curve (120-point scale, 20-point bonus) and submission rules (upload src/<lang>/ only). Signed-off-by: jjsnam <jjsnam@zju.edu.cn> Co-Authored-By: Sushidesu486 <shouss@zju.edu.cn> Co-Authored-By: zgyxclyty <zh1553525690@outlook.com> Co-Authored-By: ckyasb <3376380559@qq.com> Co-Authored-By: Hzw-ZuttoZutto <692596316@qq.com>
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.