Skip to content

Commit 0b270e5

Browse files
limit unroll
Signed-off-by: Alexandre Eichenberger <[email protected]>
1 parent 34b97da commit 0b270e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Conversion/ONNXToKrnl/Quantization/QuantizeLinear.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void emitQuantizationLinearScalarParameters(ConversionPatternRewriter &rewriter,
5656
{GenericOps::MulGop, 2}, {GenericOps::SelectGop, 3},
5757
{GenericOps::FloorGop, 2},
5858
{GenericOps::EstimatedVectorRegisterPressure,
59-
4 /* Little parallelism in code. */}};
59+
8 /* Little parallelism in code. */}};
6060
totVL = computeSuitableUnrollFactor(inputType /* use unquantized type*/,
6161
innermostLoopCollapse, mix, canOverCompute, simdLoopStaticTripCount,
6262
simdOnly);

0 commit comments

Comments
 (0)