Skip to content

Commit d3bc581

Browse files
zuban32sys_zuul
authored andcommitted
Adjust TPM size for CM
Change-Id: Id45ce969d7235d828e009bd6c6b64c67b8c204eb
1 parent 2269edf commit d3bc581

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);
444+
AI.offset - constantPayloadStart, AI.BTI, 8192 * 128);
445445
kernel.m_kernelInfo.m_argIndexMap[AI.index] = AI.BTI;
446446
break;
447447
}

0 commit comments

Comments
 (0)