mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-19 22:39:03 +00:00
use inline function in hpp (#2922)
This commit is contained in:
@@ -16,7 +16,7 @@ enum struct QuantType : std::uint16_t
|
||||
TensorQuant = 3
|
||||
};
|
||||
|
||||
std::string quant_type_to_string(QuantType quant_type)
|
||||
inline std::string quant_type_to_string(QuantType quant_type)
|
||||
{
|
||||
switch(quant_type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user