Commit 6a747f03 authored by illsilin's avatar illsilin
Browse files

fix typo

parent 108f2733
...@@ -944,7 +944,7 @@ struct MfmaSelector ...@@ -944,7 +944,7 @@ struct MfmaSelector
template <> template <>
constexpr auto GetMfma<half_t, 32, 32>() constexpr auto GetMfma<half_t, 32, 32>()
{ {
#if defined(__gfx950) #if defined(__gfx950__)
return MfmaInstr::mfma_f32_32x32x16f16; return MfmaInstr::mfma_f32_32x32x16f16;
#else #else
return MfmaInstr::mfma_f32_32x32x8f16; return MfmaInstr::mfma_f32_32x32x8f16;
......
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