mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
Remove not needed DEBUG_BREAK_IF
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
89dac126a1
commit
206e485dfc
@@ -1380,7 +1380,6 @@ uint64_t Drm::getPatIndex(Gmm *gmm, AllocationType allocationType, CacheRegion c
|
||||
}
|
||||
|
||||
if (patIndex == static_cast<uint64_t>(GMM_PAT_ERROR) || closEnabled || hwHelper.isPatIndexFallbackWaRequired()) {
|
||||
DEBUG_BREAK_IF(true);
|
||||
patIndex = hwHelper.getPatIndex(cacheRegion, cachePolicy);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user