Ensure MX GEMM Instances can be Cross-Compiled for Multiple Architectures (#2171)

* Re-enable MX GEMM instances

* Fix compilation error when building MX GEMM for multiple architectures
This commit is contained in:
Andriy Roshchenko
2025-05-08 13:26:03 -06:00
committed by GitHub
parent c757046d49
commit cb27e7c77f
7 changed files with 11 additions and 22 deletions

View File

@@ -714,7 +714,7 @@ struct DeviceGemmMX_Xdl_CShuffleV3 : public DeviceGemmMX<ALayout,
return false;
}
if(!ck::is_xdl_supported())
if(ck::get_device_name() != "gfx950")
{
return false;
}