"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "85e33b78af9db909fdaa0cdf1316720a1c24a479"
Commit 6a747f03 authored by illsilin's avatar illsilin
Browse files

fix typo

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