Skip to content

add tritonparse docs#133

Open
zhudada0120 wants to merge 1 commit into
Ascend:mainfrom
zhudada0120:tritonparse-docs
Open

add tritonparse docs#133
zhudada0120 wants to merge 1 commit into
Ascend:mainfrom
zhudada0120:tritonparse-docs

Conversation

@zhudada0120
Copy link
Copy Markdown

add tritonparse docs

Copilot AI review requested due to automatic review settings May 30, 2026 09:59
@ascend-robot
Copy link
Copy Markdown

CLA Signature Pass

zhudada0120, thanks for your pull request. All authors of the commits have signed the CLA. 👍

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds initial Chinese Sphinx documentation for TritonParse, covering installation and a full “quick start” workflow (trace generation → parsing → web UI analysis).

Changes:

  • Added install.rst with Ascend environment prerequisites and TritonParse installation/verification steps
  • Added quick_start.rst walking through tracing, parsing, web UI usage, and reproducer workflow
  • Added index.rst to expose the new docs in the toctree

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.

File Description
sources/tritonparse/index.rst Adds a toctree entry point for the TritonParse docs
sources/tritonparse/install.rst Documents install prerequisites and installation/verification commands
sources/tritonparse/quick_start.rst Documents end-to-end usage: tracing, parsing, web UI, and reproducer

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

昇腾环境安装
----------------

在安装 TritonParse 之前,请根据已有昇腾产品型号及CPU架构等按照 `快速安装昇腾环境指引 <../ascend/quick_install>`_ 进行昇腾环境安装。
Comment on lines +397 to +398
# 为第一个启动事件生成复现脚本
tritonparseoss reproduce ./parsed_output/trace.ndjson --line 1 --out-dir repro_output

result = reproduce(
input_path="./parsed_output/trace.ndjson",
line_index=0, # 启动事件索引(从 0 开始)
- NDJSON 跟踪文件路径(``.ndjson`` 或 ``.ndjson.gz``)
- 必填
* - ``--line``
- 启动事件的行索引(从 0 开始)

- Python >= 3.10
- Operating System: Linux, macOS, or Windows (with WSL recommended)
- Triton > 3.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants