Commit 108f2733 authored by illsilin's avatar illsilin
Browse files

fix typo

parent 50010cf9
...@@ -1014,7 +1014,7 @@ struct MfmaSelector ...@@ -1014,7 +1014,7 @@ struct MfmaSelector
{ {
return MfmaInstr::mfma_i32_16x16x64i8; return MfmaInstr::mfma_i32_16x16x64i8;
} }
#elif defined(__gfx950__) #elif defined(__gfx942__)
template <> template <>
constexpr auto GetMfma<int8_t, 32, 32>() constexpr auto GetMfma<int8_t, 32, 32>()
{ {
......
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