diff --git a/projects/hipblaslt/tensilelite/src/ContractionSolution.cpp b/projects/hipblaslt/tensilelite/src/ContractionSolution.cpp index 493f7ce8a6f..cff692de966 100644 --- a/projects/hipblaslt/tensilelite/src/ContractionSolution.cpp +++ b/projects/hipblaslt/tensilelite/src/ContractionSolution.cpp @@ -807,10 +807,7 @@ namespace TensileLite autoWGMXCCCHUNK, autoGsuVal); - // NOTE: an assumption here is A & B must be both MX data types or non-MX data types. - // Mixing is not supported. - if(!problemType.useScaleAB.empty() or - (problemType.mxBlockA != 0 && problemType.mxBlockB != 0)) //kernel input data + if(!problemType.useScaleAB.empty()) { args.template append("scaleA", inputs.scaleA); args.template append("scaleB", inputs.scaleB);