Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

aiter

aiter contient 5 skills collectées depuis ROCm, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
5
Stars
497
mis à jour
2026-07-15
Forks
426
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

review-pr
Analystes en assurance qualité des logiciels et testeurs

AI code review for aiter PRs. Catches perf regressions, silent correctness bugs, dispatch gate holes, and AI-generated code patterns. Invoke with a PR number; works through fetch → semantic understanding → rule checklist → verdict. Add new rules here as patterns emerge from real reviews.

2026-07-15
aiter-config-shape
Développeurs de logiciels

How to add/upload tuned config CSVs under aiter/configs (incl. model_configs/) without introducing duplicate shapes, and how to find & resolve duplicate-shape collisions. Use whenever adding a model's tuned config, merging/uploading config CSVs, editing anything under aiter/configs/**, or when a run hits "duplicate shape entries during merge".

2026-07-07
aiter-op-test
Analystes en assurance qualité des logiciels et testeurs

Standard structure for aiter op_tests under op_tests/test_*.py — @benchmark + run_perftest candidate loop, a torch reference, a final markdown summary table, a __main__ guard so the module is importable, and faithful reproduction of the real model call (output buffer, layout, shapes). Use whenever writing, rewriting, or extending any aiter unit/perf test, or adding model-derived shapes (e.g. DeepSeek-V4) to an existing one.

2026-06-29
opus-module-build-optimization
Développeurs de logiciels

Module-level JIT build-wall optimization for opus-based aiter modules. Use when an aiter JIT module's first-call build wall is a user-visible bottleneck or when adding a new module.

2026-05-27
opus-kernel-best-practice
Développeurs de logiciels

Compile-time optimization guidance for HIP/C++ kernels using opus.hpp. Use when writing or reviewing OPUS kernels, analyzing compile time, reducing template instantiation overhead, or optimizing hipcc build performance.

2026-04-13