mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Remove incorrect UNRECOVERABLE_IF()
Change-Id: I5d56fcff8ca2449404c30b89d54f631b1da3db87 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
@@ -1627,7 +1627,6 @@ ze_result_t CommandListCoreFamily<gfxCoreFamily>::prepareIndirectParams(const ze
|
||||
commandContainer.addToResidencyContainer(allocData->cpuAllocation);
|
||||
groupCountOffset = ptrDiff(pThreadGroupDimensions, allocData->cpuAllocation->getUnderlyingBuffer());
|
||||
} else {
|
||||
UNRECOVERABLE_IF(reinterpret_cast<uint64_t>(alloc->getUnderlyingBuffer()) != alloc->getGpuAddress());
|
||||
groupCountOffset = ptrDiff(pThreadGroupDimensions, alloc->getGpuAddress());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user