Commit 18d235df authored by Po Yen, Chen's avatar Po Yen, Chen
Browse files

Remove unused enum

parent cc6d659f
...@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment