inference-performance-dashboard / scenario_mappings.json
Ákos Hadnagy
UI improvements
b6b18a0
raw
history blame contribute delete
557 Bytes
{
"eager_sdpa_flash_attention": "Flash Attention",
"compiled_compile_max-autotune_sdpa_default": "Compiled + SDPA Default",
"eager_sdpa_default": "SDPA Default",
"eager_eager_attn": "Eager Attention",
"eager_sdpa_math": "SDPA Math Backend",
"eager_sdpa_efficient_attention": "Efficient Attention",
"compiled_compile_max-autotune_sdpa_efficient_attention": "Compiled + Efficient Attention",
"compiled_compile_max-autotune_eager_attn": "Compiled + Eager Attention",
"compiled_compile_max-autotune_sdpa_math": "Compiled + SDPA Math Backend"
}