Update 修复公式渲染问题

This commit is contained in:
MaseChen 2026-07-07 23:26:25 -07:00
parent 19737990e2
commit da9181fe18
1 changed files with 1 additions and 1 deletions

View File

@ -832,7 +832,7 @@ FlashInfer 方向包含 **4 个可选算子题目**,每个对应独立的 benc
**单测试点评分公式**(参考 Sol-ExecBench
$$S(T_k) = \frac{100}{1 + \left(\frac{1}{0.5} - 1\right) \cdot \frac{T_k - T_h}{T_b - T_h}}$$
$S(T_k) = \frac{100}{1 + \left(\frac{1}{0.5} - 1\right) \cdot \frac{T_k - T_h}{T_b - T_h}}$
其中:
- $T_k$:你的 kernel 平均时间