Skip to content

Commit 2132f72

Browse files
committed
[Autobackout][FuncReg]Revert of change: d3bc581
Adjust TPM size for CM Change-Id: Ic9f88eedb9f47fb19f2a2fa35b870a5de5482be9
1 parent 948421f commit 2132f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/AdaptorOCL/cmc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ static void generatePatchTokens_v2(const cmc_kernel_info_v2 *info, CMKernel& ker
441441
case cmc_arg_kind::PrivateBase:
442442
// FIXME: replace 8192 to 8k * simdSize * numDispatchedThreads
443443
kernel.createPrivateBaseAnnotation(AI.index, AI.sizeInBytes,
444-
AI.offset - constantPayloadStart, AI.BTI, 8192 * 128);
444+
AI.offset - constantPayloadStart, AI.BTI, 8192);
445445
kernel.m_kernelInfo.m_argIndexMap[AI.index] = AI.BTI;
446446
break;
447447
}

0 commit comments

Comments
 (0)