Skip to content

Commit fc64149

Browse files
committed
Renames the kernel generation script description to reflect sparse attention context
1 parent 4aa0153 commit fc64149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/flash_sparse_attn/src/generate_kernels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def main(output_dir: Optional[str]) -> None:
113113
if __name__ == "__main__":
114114
parser = argparse.ArgumentParser(
115115
prog="generate_kernels",
116-
description="Generate the flash_dmattn kernels template instantiations",
116+
description="Generate the flash_sparse_attn kernels template instantiations",
117117
)
118118
parser.add_argument(
119119
"-o",

0 commit comments

Comments
 (0)