From 17b2a29945813c9e585364811f139dfa2e0988f2 Mon Sep 17 00:00:00 2001 From: Mateusz Hoppe Date: Fri, 30 Oct 2020 17:42:57 +0100 Subject: [PATCH] Remove incorrect UNRECOVERABLE_IF() Change-Id: I5d56fcff8ca2449404c30b89d54f631b1da3db87 Signed-off-by: Mateusz Hoppe --- level_zero/core/source/cmdlist/cmdlist_hw.inl | 1 - 1 file changed, 1 deletion(-) diff --git a/level_zero/core/source/cmdlist/cmdlist_hw.inl b/level_zero/core/source/cmdlist/cmdlist_hw.inl index fe926715de..098b98d6ca 100644 --- a/level_zero/core/source/cmdlist/cmdlist_hw.inl +++ b/level_zero/core/source/cmdlist/cmdlist_hw.inl @@ -1627,7 +1627,6 @@ ze_result_t CommandListCoreFamily::prepareIndirectParams(const ze commandContainer.addToResidencyContainer(allocData->cpuAllocation); groupCountOffset = ptrDiff(pThreadGroupDimensions, allocData->cpuAllocation->getUnderlyingBuffer()); } else { - UNRECOVERABLE_IF(reinterpret_cast(alloc->getUnderlyingBuffer()) != alloc->getGpuAddress()); groupCountOffset = ptrDiff(pThreadGroupDimensions, alloc->getGpuAddress()); }