Skip to main content

TongmingLAIC/AKO4X

O SkillsMP coletou 9 skills de TongmingLAIC/AKO4X. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
9
Estrelas no GitHub
67
Forks no GitHub
12

Skills neste repositório

1 categorias ocupacionais · 100% classificado

Mostrando 9 de 9 skills coletadas.

ocupação
Desenvolvedores de software
descrição

Run performance benchmarks to get a verdict on whether a kernel change actually helped. Use --ab-compare for sub-1x deltas (drift cancels in same container), --variance-check for noise floor, and the subset modes (--first, --smoke; --extremes is modal-backend…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Reference for the active benchmark harness — what it IS and how it behaves (the active benchmark is flashinfer-bench). Covers config.toml structure (`[solution]`/`[build]`/`[benchmark]` tables), the status enum, the workload / fresh-inputs model,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Host-side C++ kernels (`[build].language = cpp`) — the `solution/{kernel.cpp, binding.py}` two-file TVM-FFI binding pattern, and when to reach for it (host-side orchestration of a kernel you write, or composing CUTLASS headers into it). Distinct from the…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

CUDA C++ (.cu) kernel reference — TVM-FFI direct-export vs Python-binding entry points, the chevron-launch null-stream pitfall under CUDA-graph capture, the sm_100 fp8→bf16 cvt PTX gap, the load_inline name-cache trap, and the __launch_bounds__ register-spill…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

CuTe DSL reference — NVIDIA's CUTLASS Python DSL. Use whenever writing or debugging a CuTe DSL kernel — covers the `@cute.kernel` + `@cute.jit` + `.launch()` host pattern, `from_dlpack` tensor conversion, API-probing against the installed wheel, the…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Run NVIDIA Nsight Compute (NCU) per-kernel profiling for register pressure, occupancy, stall-reason, memory-throughput, and IPC analysis. Use BEFORE architecting an optimization fix — not only after — when a hypothesis about microarchitectural behavior needs…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Run NVIDIA compute-sanitizer (memcheck / racecheck / initcheck / synccheck). FIRST action on `INCORRECT_NUMERICAL` or flaky output — rolling back destroys the evidence; sanitizer often points at the exact line. Also useful for diagnosing race conditions in…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

TileLang DSL reference — the `@tilelang.jit` factory + `@T.prim_func` pattern, and the TileLang PDL binding (`T.pdl_trigger()` / `T.pdl_sync()`, with JIT auto-setting the launch attribute so no host-side flag is needed, unlike Triton). Use when writing or…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Triton DSL reference for kernel writers — num_warps/num_stages choice, the small-N fp8 MMA-throughput regression, split-K reduce tile form, deterministic tl.join/permute concat (tl.cat is not order-stable), autotune + .triton_cache pitfalls, and the Triton…

Idioma do texto original: inglês

atualizado
Mostrando 9 de 9 skills coletadas.