Commit 700e8bc
Add roofline.json metadata for all 35 kernels and examples
Per-kernel roofline metadata files containing name, description,
run command, kernel_filter, FLOPs, bytes, and computation notes.
These are consumed by scripts/roofline_report.py and rooflinex
for automated roofline analysis and plotting.
Covers: aiter (8), examples (4), gemm_variant (6), hip_* (6),
llamacpp (6), fp8 (2), radeonflow_moe_topk, te_rmsnorm (2).
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 6dc899d commit 700e8bc
35 files changed
Lines changed: 315 additions & 0 deletions
File tree
- examples
- 01_atomic_reduction
- 02_conv1d
- 03_grouped_gemm
- 04_scan
- kernels
- aiter
- fused_add_rmsnorm
- hgemv
- llgemm1
- llgemm_silu
- online_softmax
- rmsnorm
- rope
- silu_mul
- fp8_leaky_relu
- fp8_matmul
- gemm_variant
- kernel0_rocblas
- kernel1_naive
- kernel2_lds
- kernel3_registers
- kernel4_gmem_db
- kernel5_lds_optim
- hip_histogram
- hip_matmul
- hip_moving_average
- hip_prefix_sum
- hip_warp_shuffle
- llamacpp_demos
- mul_mat_vec
- fp32
- q4_0_demo
- rope_norm/yarn
- llamacpp_kernel_toolkit/intelliperf_kernels
- mmvq_q4_0
- mmvq_q4_k
- mmvq_q8_0
- radeonflow_moe_topk
- te_rmsnorm_backward
- te_rmsnorm_forward
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments