Commit 89925ccd authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Remove useless instantiation

parent 77e17f32
...@@ -149,13 +149,6 @@ struct DeviceGemmXdl : public DeviceGemm<ALayout, ...@@ -149,13 +149,6 @@ struct DeviceGemmXdl : public DeviceGemm<ALayout,
ave_time = launch_and_time_kernel( ave_time = launch_and_time_kernel(
stream_config, kernel, dim3(gdx, gdy, gdz), dim3(BlockSize), 0, karg); stream_config, kernel, dim3(gdx, gdy, gdz), dim3(BlockSize), 0, karg);
} }
else
{
const auto kernel = kernel_gemm_xdlops_v2r3<GridwiseGemm, false>;
ave_time = launch_and_time_kernel(
stream_config, kernel, dim3(gdx, gdy, gdz), dim3(BlockSize), 0, karg);
}
return ave_time; return ave_time;
} }
......
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