mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 14:59:17 +00:00
fix ck_tile/basic_gemm build error (#1988)
This commit is contained in:
1
include/ck_tile/ops/common/utils.hpp
Normal file → Executable file
1
include/ck_tile/ops/common/utils.hpp
Normal file → Executable file
@@ -18,6 +18,7 @@ template <> struct typeToStr<bf16_t> { static constexpr const char * name = "bf1
|
||||
template <> struct typeToStr<fp8_t> { static constexpr const char * name = "fp8"; };
|
||||
template <> struct typeToStr<bf8_t> { static constexpr const char * name = "bf8"; };
|
||||
template <> struct typeToStr<int8_t> { static constexpr const char * name = "int8"; };
|
||||
template <> struct typeToStr<pk_int4_t> { static constexpr const char * name = "pk_int4"; };
|
||||
// clang-format on
|
||||
|
||||
template <typename ADataType_, typename BDataType_>
|
||||
|
||||
Reference in New Issue
Block a user