Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
whlwhlwhl
Lightop-SKIILS
Commits
21b6d8ec
Commit
21b6d8ec
authored
May 19, 2026
by
whlwhlwhl
Browse files
添加优化算子的限制
parent
ce50b2f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
humanize/skills/humanize-kernel-agent-loop/SKILL.md
humanize/skills/humanize-kernel-agent-loop/SKILL.md
+9
-0
No files found.
humanize/skills/humanize-kernel-agent-loop/SKILL.md
View file @
21b6d8ec
...
...
@@ -132,6 +132,15 @@ Optimization-only checklist:
path, config/dispatcher branch, and existing test/benchmark.
-
Preserve the public API unless the user explicitly asks for a breaking
change.
-
Do not add a new public API for an existing-operator optimization task.
-
Do not create unrelated operator files or new operator families.
-
Do not modify unrelated operator families.
-
Prefer edits scoped to the target operator's kernel source, launcher,
necessary dispatcher/config entries, focused tests, and benchmark coverage.
-
Run install, correctness, benchmark, profiling, and tuning directly in the
selected execution environment; do not detour through a new-operator
integration flow unless the existing test/benchmark surface cannot cover the
target.
-
Keep edits scoped to the operator family, binding, tests, benchmark, and
tuning table needed for the target task.
-
Record rejected lineages when an optimization regresses or only helps a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment