mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-03 21:21:22 +00:00
remove useless comments (#760)
This commit is contained in:
@@ -786,12 +786,10 @@ struct DeviceBatchedGemmSoftmaxGemmPermute_Xdl_CShuffle
|
||||
if(arg.d0s_nl_ns_lengths_strides_[i][1] == 1 &&
|
||||
arg.d0s_nl_ns_lengths_strides_[i][0] % D0sTransferSrcScalarPerVector != 0)
|
||||
{
|
||||
std::cout << "first" << std::endl;
|
||||
return false;
|
||||
}
|
||||
if(arg.d0s_nl_ns_lengths_strides_[i][1] != 1 && D0sTransferSrcScalarPerVector != 1)
|
||||
{
|
||||
std::cout << "second" << std::endl;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user