Add SST CANN simulator setup agent skill - #70
Open
Denver17 wants to merge 1 commit into
Open
Conversation
Member
|
放入.agent文件夹 |
Denver17
force-pushed
the
codex/add-sst-cann-simulator-setup-skill
branch
2 times, most recently
from
July 24, 2026 09:07
1401198 to
400f59e
Compare
Denver17
force-pushed
the
codex/add-sst-cann-simulator-setup-skill
branch
from
July 28, 2026 07:47
400f59e to
108b4c4
Compare
Denver17
force-pushed
the
codex/add-sst-cann-simulator-setup-skill
branch
from
July 28, 2026 07:59
108b4c4 to
da0a684
Compare
Contributor
|
文档里删除个人路径 |
01Chen
approved these changes
Jul 28, 2026
chaowick
approved these changes
Jul 28, 2026
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
Add a new agent skill for SST/CANN simulator setup and TileXR Ascend C operator simulation workflows.
This PR adds:
.agents/skills/sst-cann-simulator-setup/SKILL.md.agents/skills/sst-cann-simulator-setup/references/sst-cann-runbook.mdWhat Changed
SST/CANN simulator setup skill
The new
sst-cann-simulator-setupskill provides an end-to-end workflow for deploying and verifying SST + CANN simulator environments, installing matched SST Core / SST Elements versions, installing CANN 8.3 packages, creating reusable environment scripts, and running smoke checks.TileXR operator simulation guidance
The skill documents operator simulation workflows for TileXR Ascend C kernels, including kernel ABI mapping, simulator-compatible object generation, self-contained UB_Simulator testcase creation, YAML parameter layout, raw die dump inspection, and expected-value comparisons.
Reusable path conventions
The latest update removes hard-coded employee IDs and personal
/home/<user>paths from the reusable skill/runbook commands. Examples now prefer placeholders such as<home>,<sim-root>,<ascend-home>, and<user>, while keeping concrete paths only as current-run inputs when a user provides them.Review Notes
/home/<user>paths; none remain..agents/is ignored by default in.gitignore, so this PR intentionally tracks only this specific skill directory without changing ignore rules.Validation
.agents/skills/sst-cann-simulator-setupfiles.git diff --checklocally with no whitespace errors.c[0-9]{8},s[0-9]{8},d[0-9]{8}, and concrete/home/<user>patterns; no matches remain.