Skip to content

Commit 80f4ea7

Browse files
committed
focus on rms_norm
1 parent 42effe5 commit 80f4ea7

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

benchmarks/run.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
4242
"tritonbench.operators.rms_norm.operator",
4343
"examples.rms_norm",
4444
"rms_norm_tritonbench",
45-
{
46-
"num_inputs": 3
47-
}, # TODO(yf225): reduction dim size = 8192 currently throws error
4845
),
4946
"layer_norm": (
5047
"tritonbench.operators.layer_norm.operator",

benchmarks/run_input_shard.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ OUTPUT_DIR="benchmarks_autotune_${TIMESTAMP}_input_shard_${SHARD}_of_${WORLD_SIZ
88

99
KERNEL_NAME_LIST=(
1010
"rms_norm"
11-
"layer_norm"
12-
"softmax"
13-
"cross_entropy"
14-
"sum"
15-
"jagged_mean"
16-
"vector_add"
17-
"embedding"
18-
"vector_exp"
11+
# "layer_norm"
12+
# "softmax"
13+
# "cross_entropy"
14+
# "sum"
15+
# "jagged_mean"
16+
# "vector_add"
17+
# "embedding"
18+
# "vector_exp"
1919
)
2020

2121
# Retry until success

0 commit comments

Comments
 (0)