Pipeline: 1. extract.py: Parses all 26 CCCL tuning_*.cuh → 26 YAML schemas in muh/schema/ 2. parse.py: .muh file parser with extends-inheritance + schema validation 3. gen_yaml.py: .muh → computility-run.yaml (verified: matches competition reference) 4. gen_patch.py: .muh → vllm kernel unified diff patches (6 algorithm mappings) 5. baseline.muh: Competition reference config, all tuning values pending BI-V100 benchmarks Schemas extracted: 26 algorithms, 8-19 params each, SM75/80/90/100 reference tunings Priority mapping: reduce→attention, topk→sampling, scan→paged_attention, transform→activations, batch_memcpy→KV_cache, for→RoPE Tested: extract→parse→validate→gen_yaml→gen_patch full pipeline passes
83 lines
1.5 KiB
YAML
83 lines
1.5 KiB
YAML
# muh schema for segmented_sort
|
|
# Auto-extracted from cub/cub/device/dispatch/tuning/tuning_segmented_sort.cuh
|
|
# Generated by muh/extract.py
|
|
|
|
algorithm: segmented_sort
|
|
source: cub/cub/device/dispatch/tuning/tuning_segmented_sort.cuh
|
|
parameters:
|
|
threads_per_block:
|
|
type: int
|
|
range:
|
|
- 32
|
|
- 1024
|
|
step: 32
|
|
items_per_thread:
|
|
type: int
|
|
range:
|
|
- 1
|
|
- 32
|
|
step: 1
|
|
load_algorithm:
|
|
type: enum
|
|
values:
|
|
- BLOCK_LOAD_DIRECT
|
|
- BLOCK_LOAD_VECTORIZE
|
|
- BLOCK_LOAD_TRANSPOSE
|
|
- BLOCK_LOAD_WARP_TRANSPOSE
|
|
- BLOCK_LOAD_WARP_TRANSPOSE_TIMESLICED
|
|
- BLOCK_LOAD_STRIPED
|
|
load_modifier:
|
|
type: enum
|
|
values:
|
|
- LOAD_DEFAULT
|
|
- LOAD_CA
|
|
- LOAD_CG
|
|
- LOAD_CS
|
|
- LOAD_CV
|
|
- LOAD_LDG
|
|
scan_algorithm:
|
|
type: enum
|
|
values:
|
|
- BLOCK_SCAN_RAKING
|
|
- BLOCK_SCAN_RAKING_MEMOIZE
|
|
- BLOCK_SCAN_WARP_SCANS
|
|
radix_bits:
|
|
type: int
|
|
range:
|
|
- 4
|
|
- 8
|
|
step: 1
|
|
threads_per_warp:
|
|
type: int
|
|
range:
|
|
- 1
|
|
- 1024
|
|
step: 1
|
|
note: unknown_range
|
|
partitioning_threshold:
|
|
type: int
|
|
range:
|
|
- 1
|
|
- 1024
|
|
step: 1
|
|
note: unknown_range
|
|
key_size:
|
|
type: int
|
|
range:
|
|
- 1
|
|
- 1024
|
|
step: 1
|
|
note: unknown_range
|
|
value_size:
|
|
type: int
|
|
range:
|
|
- 1
|
|
- 1024
|
|
step: 1
|
|
note: unknown_range
|
|
bi_v100:
|
|
status: pending_benchmark
|
|
note: Run muh benchmark on Iluvatar BI-V100 to fill these values
|
|
threads_per_block: TBD
|
|
items_per_thread: TBD
|