We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5dbbbe commit c314ed2Copy full SHA for c314ed2
benchmarks/run.py
@@ -467,8 +467,8 @@ class RunResult:
467
"eager_layer_norm": "baseline",
468
"triton_welford-speedup": "triton_speedup",
469
"triton_welford-accuracy": "triton_accuracy",
470
- "torch_compile_layer_norm-speedup": "torch_compile_speedup",
471
- "torch_compile_layer_norm-accuracy": "torch_compile_accuracy",
+ "torch_compile_welford-speedup": "torch_compile_speedup",
+ "torch_compile_welford-accuracy": "torch_compile_accuracy",
472
"helion_welford-speedup": "helion_speedup",
473
"helion_welford-accuracy": "helion_accuracy",
474
},
0 commit comments