Remove assert.
Change-Id: Ib19354c9175321511d91cb54e3e43397415df2b1 Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
parent
82bda4febc
commit
e5760beb1f
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue