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
f42beae8
"docs/vscode:/vscode.git/clone" did not exist on "2d0b184bb615f7720dc40559e2b07cd1cbe7a95b"
Commit
f42beae8
authored
Jan 09, 2025
by
Po Yen Chen
Committed by
GitHub
Jan 09, 2025
Browse files
Revert "roll back splitkv"
This reverts commit
60113859
.
parent
8e587254
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
include/ck_tile/ops/fmha/pipeline/block_fmha_fwd_splitkv_combine_pipeline.hpp
...fmha/pipeline/block_fmha_fwd_splitkv_combine_pipeline.hpp
+2
-0
include/ck_tile/ops/fmha/pipeline/block_fmha_fwd_splitkv_pipeline_qr_ks_vs.hpp
...mha/pipeline/block_fmha_fwd_splitkv_pipeline_qr_ks_vs.hpp
+4
-0
No files found.
include/ck_tile/ops/fmha/pipeline/block_fmha_fwd_splitkv_combine_pipeline.hpp
View file @
f42beae8
...
@@ -95,6 +95,8 @@ struct BlockFmhaFwdSplitKVCombinePipeline
...
@@ -95,6 +95,8 @@ struct BlockFmhaFwdSplitKVCombinePipeline
{
{
constexpr
std
::
array
occupancy
{
2
,
2
,
2
,
2
,
2
,
1
};
constexpr
std
::
array
occupancy
{
2
,
2
,
2
,
2
,
2
,
1
};
return
occupancy
[
detail
::
log2
<
kMaxSplits
>::
value
-
2
];
return
occupancy
[
detail
::
log2
<
kMaxSplits
>::
value
-
2
];
}
else
if
constexpr
(
kHeadDimV
<=
512
)
{
return
1
;
}
}
}
}
}();
}();
...
...
include/ck_tile/ops/fmha/pipeline/block_fmha_fwd_splitkv_pipeline_qr_ks_vs.hpp
View file @
f42beae8
...
@@ -96,6 +96,10 @@ struct BlockFmhaFwdSplitKVPipelineQRKSVS
...
@@ -96,6 +96,10 @@ struct BlockFmhaFwdSplitKVPipelineQRKSVS
{
{
return
1
;
return
1
;
}
}
else
if
constexpr
(
kQKHeaddim
<=
512
)
{
return
1
;
}
}
}
}();
}();
...
...
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