From 9e6a24010a322e2f20d8b8929b8f2986bb2f800b Mon Sep 17 00:00:00 2001 From: Qianfeng Zhang Date: Fri, 6 Jun 2025 08:22:38 +0000 Subject: [PATCH] Move all test and bench scripts to folder scripts --- .../18_hstu_attention/{ => scripts}/bench_batched_causal.sh | 0 .../18_hstu_attention/{ => scripts}/bench_jagged_causal.sh | 0 .../18_hstu_attention/{ => scripts}/bench_jagged_causal_local.sh | 0 .../{ => scripts}/bench_jagged_causal_mattn0_full0.sh | 0 .../{ => scripts}/bench_jagged_causal_mattn256_full256.sh | 0 .../18_hstu_attention/{ => scripts}/benchmark_hstu_attention.sh | 0 .../ck_tile/18_hstu_attention/{ => scripts}/test_ck_hstu_mask.sh | 0 .../18_hstu_attention/{ => scripts}/test_hstu_attention.sh | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename example/ck_tile/18_hstu_attention/{ => scripts}/bench_batched_causal.sh (100%) rename example/ck_tile/18_hstu_attention/{ => scripts}/bench_jagged_causal.sh (100%) rename example/ck_tile/18_hstu_attention/{ => scripts}/bench_jagged_causal_local.sh (100%) rename example/ck_tile/18_hstu_attention/{ => scripts}/bench_jagged_causal_mattn0_full0.sh (100%) rename example/ck_tile/18_hstu_attention/{ => scripts}/bench_jagged_causal_mattn256_full256.sh (100%) rename example/ck_tile/18_hstu_attention/{ => scripts}/benchmark_hstu_attention.sh (100%) rename example/ck_tile/18_hstu_attention/{ => scripts}/test_ck_hstu_mask.sh (100%) rename example/ck_tile/18_hstu_attention/{ => scripts}/test_hstu_attention.sh (100%) diff --git a/example/ck_tile/18_hstu_attention/bench_batched_causal.sh b/example/ck_tile/18_hstu_attention/scripts/bench_batched_causal.sh similarity index 100% rename from example/ck_tile/18_hstu_attention/bench_batched_causal.sh rename to example/ck_tile/18_hstu_attention/scripts/bench_batched_causal.sh diff --git a/example/ck_tile/18_hstu_attention/bench_jagged_causal.sh b/example/ck_tile/18_hstu_attention/scripts/bench_jagged_causal.sh similarity index 100% rename from example/ck_tile/18_hstu_attention/bench_jagged_causal.sh rename to example/ck_tile/18_hstu_attention/scripts/bench_jagged_causal.sh diff --git a/example/ck_tile/18_hstu_attention/bench_jagged_causal_local.sh b/example/ck_tile/18_hstu_attention/scripts/bench_jagged_causal_local.sh similarity index 100% rename from example/ck_tile/18_hstu_attention/bench_jagged_causal_local.sh rename to example/ck_tile/18_hstu_attention/scripts/bench_jagged_causal_local.sh diff --git a/example/ck_tile/18_hstu_attention/bench_jagged_causal_mattn0_full0.sh b/example/ck_tile/18_hstu_attention/scripts/bench_jagged_causal_mattn0_full0.sh similarity index 100% rename from example/ck_tile/18_hstu_attention/bench_jagged_causal_mattn0_full0.sh rename to example/ck_tile/18_hstu_attention/scripts/bench_jagged_causal_mattn0_full0.sh diff --git a/example/ck_tile/18_hstu_attention/bench_jagged_causal_mattn256_full256.sh b/example/ck_tile/18_hstu_attention/scripts/bench_jagged_causal_mattn256_full256.sh similarity index 100% rename from example/ck_tile/18_hstu_attention/bench_jagged_causal_mattn256_full256.sh rename to example/ck_tile/18_hstu_attention/scripts/bench_jagged_causal_mattn256_full256.sh diff --git a/example/ck_tile/18_hstu_attention/benchmark_hstu_attention.sh b/example/ck_tile/18_hstu_attention/scripts/benchmark_hstu_attention.sh similarity index 100% rename from example/ck_tile/18_hstu_attention/benchmark_hstu_attention.sh rename to example/ck_tile/18_hstu_attention/scripts/benchmark_hstu_attention.sh diff --git a/example/ck_tile/18_hstu_attention/test_ck_hstu_mask.sh b/example/ck_tile/18_hstu_attention/scripts/test_ck_hstu_mask.sh similarity index 100% rename from example/ck_tile/18_hstu_attention/test_ck_hstu_mask.sh rename to example/ck_tile/18_hstu_attention/scripts/test_ck_hstu_mask.sh diff --git a/example/ck_tile/18_hstu_attention/test_hstu_attention.sh b/example/ck_tile/18_hstu_attention/scripts/test_hstu_attention.sh similarity index 100% rename from example/ck_tile/18_hstu_attention/test_hstu_attention.sh rename to example/ck_tile/18_hstu_attention/scripts/test_hstu_attention.sh