File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 42
42
"tritonbench.operators.rms_norm.operator" ,
43
43
"examples.rms_norm" ,
44
44
"rms_norm_tritonbench" ,
45
- {
46
- "num_inputs" : 3
47
- }, # TODO(yf225): reduction dim size = 8192 currently throws error
48
45
),
49
46
"layer_norm" : (
50
47
"tritonbench.operators.layer_norm.operator" ,
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ OUTPUT_DIR="benchmarks_autotune_${TIMESTAMP}_input_shard_${SHARD}_of_${WORLD_SIZ
8
8
9
9
KERNEL_NAME_LIST=(
10
10
" 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"
19
19
)
20
20
21
21
# Retry until success
You can’t perform that action at this time.
0 commit comments