Skip to content

Commit 8f5068c

Browse files
authored
[Benchmark] Add softmax tritonbench integration (#286)
1 parent 1e483a9 commit 8f5068c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

benchmarks/run.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
"rms_norm_tritonbench",
4646
),
4747
"sum": ("tritonbench.operators.sum.operator", "examples.sum", "sum_tritonbench"),
48+
"softmax": (
49+
"tritonbench.operators.softmax.operator",
50+
"examples.softmax",
51+
"softmax",
52+
),
4853
"jagged_mean": (
4954
"tritonbench.operators.jagged_mean.operator",
5055
"examples.jagged_mean",

0 commit comments

Comments
 (0)