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
18d235df
Commit
18d235df
authored
Jan 12, 2025
by
Po Yen, Chen
Browse files
Remove unused enum
parent
cc6d659f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
example/ck_tile/18_paged_attention/include/paged_attention.hpp
...le/ck_tile/18_paged_attention/include/paged_attention.hpp
+0
-7
No files found.
example/ck_tile/18_paged_attention/include/paged_attention.hpp
View file @
18d235df
...
@@ -21,13 +21,6 @@ inline std::ostream& operator<<(std::ostream& stream, ScalarType scalar_type)
...
@@ -21,13 +21,6 @@ inline std::ostream& operator<<(std::ostream& stream, ScalarType scalar_type)
return
stream
;
return
stream
;
}
}
enum
class
Fp8KVCacheDataType
{
kAuto
=
0
,
kFp8E4M3
=
1
,
kFp8E5M2
=
2
,
};
struct
paged_attention_traits
struct
paged_attention_traits
{
{
ScalarType
q_type
;
ScalarType
q_type
;
...
...
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