Remove assert.

Change-Id: Ib19354c9175321511d91cb54e3e43397415df2b1
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
Michal Mrozek 2020-02-28 08:29:16 +01:00 committed by sys_ocldev
parent 82bda4febc
commit e5760beb1f
1 changed files with 0 additions and 1 deletions

View File

@ -2424,7 +2424,6 @@ uint64_t Kernel::getKernelStartOffset(
if (kernelInfo.getGraphicsAllocation()) {
kernelStartOffset = kernelInfo.getGraphicsAllocation()->getGpuAddressToPatch();
if (localIdsGenerationByRuntime == false && kernelUsesLocalIds == true) {
DEBUG_BREAK_IF(kernelInfo.patchInfo.threadPayload->OffsetToSkipPerThreadDataLoad != 128);
kernelStartOffset += kernelInfo.patchInfo.threadPayload->OffsetToSkipPerThreadDataLoad;
}
}