Skip to content

Commit 8e4d498

Browse files
committed
(trivial) comment out benchmark
1 parent fcfbdde commit 8e4d498

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_infer_ops/triton/test_decoding_attn.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def test_flash_decoding(
129129
configs = [
130130
triton.testing.Benchmark(
131131
x_names=["KV_LEN"],
132-
x_vals=[2**i for i in range(8, 12)],
132+
x_vals=[2**i for i in range(8, 16)],
133133
# x_vals=[x for x in range(256, 8192, 256)],
134134
line_arg="provider",
135135
line_vals=["torch", "triton"],
@@ -234,5 +234,5 @@ def bench_kernel(
234234

235235

236236
if __name__ == "__main__":
237-
# test_flash_decoding(16, 32, 32, 16, 1, True)
238-
bench_kernel.run(save_path=".", print_data=True)
237+
test_flash_decoding(16, 32, 32, 16, 1, True)
238+
# bench_kernel.run(save_path=".", print_data=True)

0 commit comments

Comments
 (0)