From 586968785a1625ee7f85b57bb44739cc3b89da45 Mon Sep 17 00:00:00 2001 From: Qianfeng Zhang Date: Wed, 14 May 2025 13:44:24 +0000 Subject: [PATCH] Set example option -save_mask default to 0 --- example/ck_tile/18_hstu_attention/example_hstu_attention.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ck_tile/18_hstu_attention/example_hstu_attention.cpp b/example/ck_tile/18_hstu_attention/example_hstu_attention.cpp index d07dba89c3..996b651041 100644 --- a/example/ck_tile/18_hstu_attention/example_hstu_attention.cpp +++ b/example/ck_tile/18_hstu_attention/example_hstu_attention.cpp @@ -84,7 +84,7 @@ auto create_args(int argc, char* argv[]) .insert("context_len", "6", "sequence length at the begin of the query sequence the should be included for attention") .insert("minfull_len", "6", "sequence length at the end of the query sequence that should be included for attention") .insert("seed", "13579", "seed by the uniform or normal distribution generator") - .insert("save_mask", "1", "save the mask tensor to disk by the CPU validation codes") + .insert("save_mask", "0", "save the mask tensor to disk by the CPU validation codes") .insert("perf", "0", "weather measure execution time or not"); // clang-format on