moved the architecture check to IsSupported function

This commit is contained in:
illsilin
2025-03-24 20:18:52 -07:00
parent 6e9e067f9b
commit 056d2a08b3
3 changed files with 3 additions and 5 deletions

View File

@@ -379,7 +379,7 @@ struct DeviceGemm_Xdl_CShuffleV3_BPreshuffle : public DeviceGemmV2BPreshuffle<AL
static bool IsSupportedArgument(const Argument& arg)
{
if(!ck::is_xdl_supported())
if(!is_bf16_atomic_supported())
{
return false;
}