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
ee44cf04
Commit
ee44cf04
authored
Sep 20, 2024
by
Po Yen, Chen
Browse files
Deprecated fmha qs pipeline
parent
7b6fe38e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
+4
-10
include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_enum.hpp
...de/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_enum.hpp
+2
-8
include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qs_ks_vs.hpp
...k_tile/ops/fmha/pipeline/block_fmha_pipeline_qs_ks_vs.hpp
+2
-2
No files found.
include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_enum.hpp
View file @
ee44cf04
...
...
@@ -10,7 +10,6 @@ enum class BlockFmhaPipelineEnum
{
QRKSVS
=
0
,
QRKSVS_ASYNC
,
QSKSVS
,
QRKSVS_2WAVE
,
};
...
...
@@ -23,19 +22,14 @@ struct BlockFmhaPipelineEnumToStr<BlockFmhaPipelineEnum::QRKSVS>
static
constexpr
const
char
*
name
=
"qr"
;
};
template
<
>
struct
BlockFmhaPipelineEnumToStr
<
BlockFmhaPipelineEnum
::
QRKSVS_2WAVE
>
{
static
constexpr
const
char
*
name
=
"qr_2wave"
;
};
template
<
>
struct
BlockFmhaPipelineEnumToStr
<
BlockFmhaPipelineEnum
::
QRKSVS_ASYNC
>
{
static
constexpr
const
char
*
name
=
"qr_async"
;
};
template
<
>
struct
BlockFmhaPipelineEnumToStr
<
BlockFmhaPipelineEnum
::
Q
S
KSVS
>
struct
BlockFmhaPipelineEnumToStr
<
BlockFmhaPipelineEnum
::
Q
R
KSVS
_2WAVE
>
{
static
constexpr
const
char
*
name
=
"q
s
"
;
static
constexpr
const
char
*
name
=
"q
r_2wave
"
;
};
}
// namespace ck_tile
include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qs_ks_vs.hpp
View file @
ee44cf04
...
...
@@ -9,9 +9,9 @@
namespace
ck_tile
{
// This pipeline is qkv all located in LDS
// This pipeline is qkv all located in LDS
. We no longer maintain this pipeline.
template
<
typename
Problem_
,
typename
Policy_
=
BlockFmhaPipelineQSKSVSDefaultPolicy
>
struct
BlockFmhaPipelineQSKSVS
struct
[[
deprecated
]]
BlockFmhaPipelineQSKSVS
{
using
Problem
=
remove_cvref_t
<
Problem_
>
;
using
Policy
=
remove_cvref_t
<
Policy_
>
;
...
...
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