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
60113859
Commit
60113859
authored
Dec 18, 2024
by
Max Podkorytov
Browse files
roll back splitkv
parent
bfc997a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
include/ck_tile/ops/fmha/pipeline/block_fmha_fwd_splitkv_combine_pipeline.hpp
...fmha/pipeline/block_fmha_fwd_splitkv_combine_pipeline.hpp
+0
-2
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
+0
-4
No files found.
include/ck_tile/ops/fmha/pipeline/block_fmha_fwd_splitkv_combine_pipeline.hpp
View file @
60113859
...
@@ -95,8 +95,6 @@ struct BlockFmhaFwdSplitKVCombinePipeline
...
@@ -95,8 +95,6 @@ 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 @
60113859
...
@@ -96,10 +96,6 @@ struct BlockFmhaFwdSplitKVPipelineQRKSVS
...
@@ -96,10 +96,6 @@ struct BlockFmhaFwdSplitKVPipelineQRKSVS
{
{
return
1
;
return
1
;
}
}
else
if
constexpr
(
kQKHeaddim
<=
512
)
{
return
1
;
}
}
}
}();
}();
...
...
gaoqiong
@gaoqiong
mentioned in commit
f42beae8
·
Feb 18, 2025
mentioned in commit
f42beae8
mentioned in commit f42beae88d2411ef9cd84b6e9347dc01a0d68a23
Toggle commit list
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