Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
f4489897
Commit
f4489897
authored
Feb 07, 2025
by
Jim
Browse files
template bwd v3 api
parent
f88ba67e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
82 additions
and
465 deletions
+82
-465
example/ck_tile/01_fmha/codegen/ops/fmha_bwd.py
example/ck_tile/01_fmha/codegen/ops/fmha_bwd.py
+81
-464
example/ck_tile/01_fmha/generate.py
example/ck_tile/01_fmha/generate.py
+1
-1
No files found.
example/ck_tile/01_fmha/codegen/ops/fmha_bwd.py
View file @
f4489897
This diff is collapsed.
Click to expand it.
example/ck_tile/01_fmha/generate.py
View file @
f4489897
...
@@ -64,7 +64,7 @@ if __name__ == "__main__":
...
@@ -64,7 +64,7 @@ if __name__ == "__main__":
"--direction"
,
# we keep 'direction' option for backward compatibility
"--direction"
,
# we keep 'direction' option for backward compatibility
"-a"
,
"-a"
,
"--api"
,
"--api"
,
default
=
'
f
wd'
,
default
=
'
b
wd'
,
required
=
False
,
required
=
False
,
help
=
"supply API(s) to generate (default: fwd). separated by comma."
help
=
"supply API(s) to generate (default: fwd). separated by comma."
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment