"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "7e8e54dead53f981b7e562c1eed6e80cb8702aac"
Commit d73041a6 authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Fix wrong error message (for type name)

parent c69f237d
...@@ -135,7 +135,7 @@ struct DeviceGemmXdl : public DeviceGemm<ALayout, ...@@ -135,7 +135,7 @@ struct DeviceGemmXdl : public DeviceGemm<ALayout,
if(!GridwiseGemm::CheckValidity(karg)) if(!GridwiseGemm::CheckValidity(karg))
{ {
throw std::runtime_error( throw std::runtime_error(
"wrong! GridwiseGemm_k0mk1_k0nk1_mn_xdlops_v2r3 has invalid setting"); "wrong! GridwiseGemm_k0mk1_k0nk1_mn_xdlops_v2r3_ext has invalid setting");
} }
const auto [gdx, gdy, gdz] = GridwiseGemm::CalculateGridSize(karg.M, karg.N); const auto [gdx, gdy, gdz] = GridwiseGemm::CalculateGridSize(karg.M, karg.N);
......
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