Skip to main content
tenstorrent
ملف منشئ GitHub

tenstorrent

عرض على مستوى المستودعات لـ ٨١ skills مجمعة عبر ١٢ مستودعات GitHub.

skills مجمعة
٨١
مستودعات
١٢
محدث
٤ سبتمبر ٢٠٢٦
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

perf-report
مطوّرو البرمجيات

Generate, refresh, and validate an LLK performance report by running a perf sweep end to end and checking the resulting perf_data CSV. Use when asked to produce or refresh a perf report for an op, run a perf sweep, or when a report is missing, partial, stale,…

٤ سبتمبر ٢٠٢٦
perf-report
مطوّرو البرمجيات

Generate, refresh, and validate an LLK performance report by running a perf sweep end to end and checking the resulting perf_data CSV. Use when asked to produce or refresh a perf report for an op, run a perf sweep, or when a report is missing, partial, stale,…

٤ سبتمبر ٢٠٢٦
quasar-perf-test
محللو ضمان جودة البرمجيات والمختبرون

Create, extend, debug, and validate Quasar LLK performance tests, their PerfRunType kernel paths, and tile/dimension sweep coverage. Use when adding perf_[op]_quasar.py, wiring PerfConfig, implementing UNPACK_ISOLATE / MATH_ISOLATE / PACK_ISOLATE /…

٢٦ أغسطس ٢٠٢٦
quasar-perf-test
محللو ضمان جودة البرمجيات والمختبرون

Create, extend, debug, and validate Quasar LLK performance tests, their PerfRunType kernel paths, and tile/dimension sweep coverage. Use when adding perf_[op]_quasar.py, wiring PerfConfig, implementing UNPACK_ISOLATE / MATH_ISOLATE / PACK_ISOLATE /…

٢٦ أغسطس ٢٠٢٦
perf-regression-check
محللو ضمان جودة البرمجيات والمختبرون

Compare one LLK perf test between two commits on this machine — by default the branch HEAD against the exact main commit it was branched from (the merge-base, not latest main), or any two refs the user names (hash, tag, origin/main, HEAD~5). Runs the sweep on…

٢١ أغسطس ٢٠٢٦
perf-parameter-impact
علماء البيانات

Analyze LLK performance-report CSV files and create evidence-backed parameter-impact reports in a Cursor Canvas. Use when asked how formats, fidelity, dimensions, accumulation, indexing, loop factors, or other parameters affect TILE_LOOP or another marker in…

١٩ أغسطس ٢٠٢٦
perf-parameter-impact
علماء البيانات

Analyze LLK performance-report CSV files and create evidence-backed parameter-impact reports in a Cursor Canvas. Use when asked how formats, fidelity, dimensions, accumulation, indexing, loop factors, or other parameters affect TILE_LOOP or another marker in…

١٩ أغسطس ٢٠٢٦
cfg-word-overlap-audit
مطوّرو البرمجيات

Audit LLK code for races on the backend CONFIG register file where differently-named fields share the SAME 32-bit config word — both cross-thread (unpack/math/pack write the same word) and intra-thread (a full-word write clobbers a sibling field the same…

١٧ أغسطس ٢٠٢٦
عرض 8 من أصل ٢٧ skills مجمعة.
compare-nightly
محللو ضمان جودة البرمجيات والمختبرون

Compare two nightly GitHub Actions runs and classify failures as new, persisting, or fixed

١٠ أغسطس ٢٠٢٦
transformers-uplift-fix
مطوّرو البرمجيات

Fix transformers compatibility regressions in tt-xla and tt-forge-models after the pinned version was bumped. Called by the transformers-uplift CI orchestrator with a scope (api-check, model-test-uplifts, model-perf-uplift) and a captured failure context.…

٣١ يوليو ٢٠٢٦
pull-main-summary
مطوّرو البرمجيات

Stash local changes, pull latest main, and display a structured commit summary. For tt_forge_models uplift commits, shows the affected models from the submodule log.

١٥ يونيو ٢٠٢٦
sharding-model-analysis
علماء البيانات

Analyze a PyTorch model, then design and implement an optimal multi-device sharding strategy for Tenstorrent hardware that minimizes collective-communication (CCL) ops. A strategy is both which parallelism to use (tensor / sequence / data) and how to shard…

١٢ يونيو ٢٠٢٦
ci-benchmark-analyzer
مطوّرو البرمجيات

Analyze CI benchmark workflow runs from GitHub Actions for the tt-xla project. Produces a markdown report covering failed jobs (with root-cause error extraction via logs and Glean), successful model performance metrics (samples/sec, TTFT, device perf), perf…

٩ يونيو ٢٠٢٦
docs-review
مطوّرو البرمجيات

Review and fix language correctness and formatting in documentation files.

٣ يونيو ٢٠٢٦
triage-dtype-bfloat16
محللو ضمان جودة البرمجيات والمختبرون

Triage one tt-forge-models training test failing with a bfloat16 dtype-mismatch RuntimeError (e.g. "mat1 and mat2 must have the same dtype, but got Float and BFloat16", "'<op>' not implemented for 'BFloat16'"). For cross-dtype operands, attempts a minimal…

٢٥ مايو ٢٠٢٦
triage-unpack-forward-output
مطوّرو البرمجيات

Triage one tt-forge-models training test stuck at FAILED_FE_COMPILATION with reason "tt-forge-models doesn't implement unpack_forward_output for this model." Inspects the model's forward output, registers a handler or writes a per-loader override, and updates…

١٤ مايو ٢٠٢٦
عرض 8 من أصل ١٣ skills مجمعة.
memory-debug
مطوّرو البرمجيات

Diagnose data-corruption failures in tt-emule operations (wrong values, partial zeros, off-by-N row/col writes). Use when a regression test reports ATOL > 1e-3 on otherwise-functional kernel paths.

١٧ يوليو ٢٠٢٦
workarounds
مطوّرو البرمجيات

Registry of deliberate, non-ideal workarounds currently live in tt-emule (hacks we accepted to make something pass, NOT normal development practice). Read this before adding any new workaround, and when touching code that carries one — each entry records what…

١٧ يوليو ٢٠٢٦
uplift
مطوّرو البرمجيات

Diagnose and fix emule regressions caused by bumping the tt-metal pin (and its bundled tt-umd submodule). Use when a pin bump turns the C++ or TTNN regression red — device-open crashes, JIT-compile errors, hangs, or new data mismatches — and you need to prove…

١٤ يوليو ٢٠٢٦
verify-mock
مطوّرو البرمجيات

Verification checklist to walk before declaring a tt-emule mock complete. Use after implementing a stub (typically at the end of /implement-mock or /compute-llk-bringup) to catch the recurring failure modes — signature drift, no-op math, missing format…

٨ يوليو ٢٠٢٦
shepherd-emule-pr
مطوّرو البرمجيات

Take an open tt-emule PR to a mergeable, ethos-compliant state. Use when asked to review a PR, address its comments, and prepare it to land — verifies every review point by build (not by trusting "addressed"), runs an emule-ethos pass for the bug classes…

٨ يوليو ٢٠٢٦
index-based-ops
مطوّرو البرمجيات

Bring up or debug index-based compute ops (TopK, Sort, Argmax) in tt-emule — ops that return values + indices, where ties make the index choice non-unique. Use when implementing one of these ops or triaging its value/index test failures.

٣ يوليو ٢٠٢٦
compute-llk-bringup
مطوّرو البرمجيات

Specialization of `/implement-mock` for compute-kernel LLK shims (`<op>_tile` / `<op>_tile_init` under `include/jit_hw/api/compute/`). Use when bringing up a missing compute op or addressing its PCC failures.

٢٨ يونيو ٢٠٢٦
implement-mock
مطوّرو البرمجيات

Workflow for adding a faithful mock of a silicon API to tt-emule. Composes `/arch-lookup` (find HW spec) → emule-mapping strategy selection → stub implementation → verification against sentinel + tt-metal regression.

١٢ يونيو ٢٠٢٦
عرض 8 من أصل ١٠ skills مجمعة.
uplift-ttsim-ci
مطوّرو البرمجيات

Uplift the TTSim version used by tt-mlir CI and refresh WH/BH simulator skips. Use when updating `.github/workflows/call-test-ttsim.yml`, changing `ttsim-version`, validating WH or BH TTSim golden tests, or triaging simulator-specific pytest skips.

٢٢ يوليو ٢٠٢٦
add-op
مطوّرو البرمجيات

How to add a new operation (op) to the tt-mlir compiler across all layers: TTIR/TTNN dialect definitions, StableHLO composite conversion, TTIR-to-TTNN conversion, EmitC/EmitPy conversions, flatbuffer schema and serialization, runtime implementation, OpModel,…

٢ يونيو ٢٠٢٦
ttir-model-op-analysis
مطوّرو البرمجيات

Given a `.mlir` file (or a directory of `.mlir` files) with TTIR ops, run the same TTIR normalization passes as `D2MFrontendPipeline` before D2M, then produce per-file outputs: `preprocessed.mlir`, `ttir-op-report.txt` (op counts from normalized IR), and…

٥ مايو ٢٠٢٦
ttir-decomposition-for-ttmetal
مطوّرو البرمجيات

Add a new composite op decomposition pattern to the TTMetal pipeline. Use when the user wants to decompose/lower a high-level TTIR op (e.g. rms_norm, sdpa, layer_norm, softmax) into primitive TTIR ops (matmul, add, multiply, etc.) for the D2M/TTMetal backend.…

٥ مايو ٢٠٢٦
run-ops-mlir-snippets
مطوّرو البرمجيات

Compile and optionally execute every func.func in an ops.mlir-style snippet file (or every .mlir file in a directory) using `run_ops_mlir_snippets.py`. Use when the user wants to compile or run TTIR op snippets on device, test ops.mlir files, or check which…

٣٠ أبريل ٢٠٢٦
add-ttir-d2m-lowering
مطوّرو البرمجيات

Elementwise TTIR→D2M→TTMetal path: tablegen, TTIRToD2M.cpp, D2MToTTKernel.cpp, and — only when the kernel API callee is new — TTKernelIncludesMap.h (per-op api/compute/eltwise_unary/*.h mapping for JIT). Does not edit D2MGenericRegionOps.cpp or…

٢٢ أبريل ٢٠٢٦
validate-tt-mlir-against-tt-xla
مطوّرو البرمجيات

Validate a tt-mlir PR against tt-xla by creating a cherry-picked branch and triggering CI. Invoked as: /validate-tt-mlir-against-tt-xla <PR number or URL>. Use this skill whenever the user wants to test, validate, qualify, or check a tt-mlir PR in tt-xla, or…

١٧ أبريل ٢٠٢٦
add-ttir-builder-op
مطوّرو البرمجيات

Add full builder API support (@tag, @parse, @split) for a TTIR op. Use this skill whenever the user wants to add builder support for a new TTIR op, upgrade an existing _op_proxy-based op to use @tag/@parse/@split decorators, or asks about how to add builder…

١ أبريل ٢٠٢٦
cli-design
مطوّرو البرمجيات

The complete CLI design language distilled from TT-Studio's `python run.py`, made portable to any repo: the command surface (one self-bootstrapping entrypoint, grouped `--help` panels, early-dispatch utility flags, lifecycle symmetry, re-viewable state), the…

٢١ أغسطس ٢٠٢٦
draft-release-notes
الكتّاب التقنيون

Draft TT-Studio GitHub release notes in the house style: study the last one or two published releases for structure and voice, diff the current release branch against the previous release tag/commit, then group the changes into 🚀 New Features / 🐛 Bug Fixes /…

٢١ أغسطس ٢٠٢٦
feature-branch-pr
مطوّرو البرمجيات

Make a change in TT-Studio the team way: branch off `dev` with a `<username>/<feature>` branch, keep the diff minimal and in-scope, verify the running app via its health endpoints before pushing, leave every other branch untouched, and open a PR against `dev`…

٢١ أغسطس ٢٠٢٦
model-bringup
مطوّرو البرمجيات

Bring up a model that tt-inference-server lists as supported but that TT-Studio can't deploy today — add it to the catalog, deploy it on real hardware, triage failures layer by layer (tt-studio → tt-inference-server → tt-metal), verify fixes by hot-patching…

٢١ أغسطس ٢٠٢٦
tt-studio-cli
مطوّرو البرمجيات

The TT-Studio CLI skill — how the `python run.py` command-line interface (the `tt_setup/` package) is built and how to change it the TT-Studio way: Typer CLI conventions (flag grouping, early-dispatch utility flags, `--help`/`--help-env` docs), package layout…

٢٨ يوليو ٢٠٢٦
license-attribution-compliance
مطوّرو البرمجيات

Review third-party license attribution for TT-Studio when dependencies or bundled assets change, and keep the attribution files in sync. Use when a PR adds/updates a dependency (app/backend/requirements.txt, app/agent, inference-api, docker-control-service,…

٣٠ يونيو ٢٠٢٦
tt-studio-debug-bundle
مطوّرو البرمجيات

Triage a TT-Studio bug-report ZIP / log bundle (named `tt-studio-logs-ttbr-*` or referenced as `ttbr-*`) to root-cause why a model deploy, board allocation, or Voice Agent pipeline failed. Use when the user shares a path to a TT-Studio log bundle, mentions a…

٣٠ يونيو ٢٠٢٦
tt-studio-overview
مطوّرو البرمجيات

Project map for TT-Studio — what the platform is, where its docs live, its key components (React frontend, Django backend, FastAPI inference server, Docker), and the AI model types it supports. Use when you need a high-level orientation of the repo, want to…

٣٠ يونيو ٢٠٢٦
عرض ١٢ من أصل ١٢ مستودعات
تم تحميل كل المستودعات