We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa0153 commit fc64149Copy full SHA for fc64149
csrc/flash_sparse_attn/src/generate_kernels.py
@@ -113,7 +113,7 @@ def main(output_dir: Optional[str]) -> None:
113
if __name__ == "__main__":
114
parser = argparse.ArgumentParser(
115
prog="generate_kernels",
116
- description="Generate the flash_dmattn kernels template instantiations",
+ description="Generate the flash_sparse_attn kernels template instantiations",
117
)
118
parser.add_argument(
119
"-o",
0 commit comments