ワンクリックで
kebab
kebab には LancerLab から収集した 6 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Run operator benchmarks and single-run executables in Kebab for GEMM and elementwise add. Use when asked to execute performance baselines, compare implementations, or run quick correctness/perf checks through Make targets.
Build and bootstrap the Kebab project on Linux with CUDA, CMake, and Makefile workflows. Use when asked to set up dependencies, detect CUDA/GPU architecture, configure builds, or fix compilation environment issues.
Navigate and modify the Kebab CUDA codebase safely. Use when asked to locate GEMM, CuTe, CUDA baseline, benchmark, microbenchmark, profiling, or build logic in this repository, and when deciding where a change should be implemented.
Tune GEMM experiment settings in Kebab using config.yaml and optimization docs. Use when asked to adjust matrix sizes, precision, layout modes, tile sizes, kernel versions, or to design reproducible performance experiments.
Execute Kebab microbenchmarks and generate PTX/SASS dumps for kernel-level analysis. Use when asked to run mbench targets, inspect assembly output, compare copy or MMA kernels, or analyze low-level code generation.
Profile Kebab kernels with Nsight Compute and export readable reports. Use when asked to run tune/mtune targets, collect NCU reports, convert .ncu-rep to text summaries, or troubleshoot performance bottlenecks.