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
a0c92495
"example/vscode:/vscode.git/clone" did not exist on "66e610768de48c56d6bfc5e082c5e1b5a4e4530d"
Commit
a0c92495
authored
Jul 28, 2024
by
danyao12
Browse files
codegen update
parent
7e9d2390
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
example/ck_tile/01_fmha/codegen/ops/fmha_bwd.py
example/ck_tile/01_fmha/codegen/ops/fmha_bwd.py
+1
-1
No files found.
example/ck_tile/01_fmha/codegen/ops/fmha_bwd.py
View file @
a0c92495
...
...
@@ -277,7 +277,7 @@ class FmhaBwdApiPool:
for
spad1
in
[
"t"
,
"f"
]:
if
(
spad1
==
"f"
and
(
trait
.
spad
==
"t"
or
trait
.
mode
==
"group"
)):
continue
if
(
spad1
==
"t"
and
trait
.
spad
==
"f"
and
hdim_int
<
=
64
):
if
(
spad1
==
"t"
and
trait
.
spad
==
"f"
and
hdim_int
=
=
64
):
continue
inners
=
inners
+
FMHA_BWD_API_INNER_DISPATCH
.
format
(
F_if
=
if_k
,
F_mode
=
MODE_MAP
[
trait
.
mode
],
F_pipeline_enum
=
BWD_DQDKDV_PIPELINE_ENUM_MAP
[
trait
.
pipeline
],
F_mask_check
=
get_mask_check_map
(
self
.
mask_impl
)[
trait
.
mask
],
F_mask
=
get_mask_map
(
self
.
mask_impl
)[
trait
.
mask
],
F_bias_check
=
BIAS_CHECK_MAP
[
trait
.
bias
],
...
...
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