Disable splitk for 2stage xdl on rdna (bug to be fixed)

This commit is contained in:
Enrico Degregori
2025-10-06 12:32:01 +00:00
committed by kiefer
parent 9eece6c0c4
commit 4c09ae57bc

View File

@@ -1745,6 +1745,11 @@ struct DeviceGroupedConvBwdWeightTwoStage_Xdl_CShuffle
{
return false;
}
// TODO: this is needed because there is a bug
if(arg.k_batch_ > 1)
{
return false;
}
}
// Check this here, it allows to use other instances from factory even