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
8b745f2c
"...composable_kernel.git" did not exist on "56adf7e9cc4fcf6592151281a727e96b625bc54f"
Commit
8b745f2c
authored
Feb 08, 2025
by
Jim
Browse files
codegen template
parent
f4489897
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
178 deletions
+54
-178
example/ck_tile/01_fmha/codegen/cpp_symbol_map.py
example/ck_tile/01_fmha/codegen/cpp_symbol_map.py
+6
-0
example/ck_tile/01_fmha/codegen/ops/fmha_bwd.py
example/ck_tile/01_fmha/codegen/ops/fmha_bwd.py
+48
-178
No files found.
example/ck_tile/01_fmha/codegen/cpp_symbol_map.py
View file @
8b745f2c
...
@@ -126,3 +126,9 @@ BOOL_MAP = {
...
@@ -126,3 +126,9 @@ BOOL_MAP = {
"t"
:
"true"
,
"t"
:
"true"
,
"f"
:
"false"
"f"
:
"false"
}
}
BF16_CVT_MAP
=
{
0
:
"rtne"
,
1
:
"rtna"
,
2
:
"rtz"
,
}
\ No newline at end of file
example/ck_tile/01_fmha/codegen/ops/fmha_bwd.py
View file @
8b745f2c
This diff is collapsed.
Click to expand it.
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