mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-01 04:07:56 +00:00
Disable splitk for 2stage xdl on rdna (bug to be fixed)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user