Correct debug break

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-05-17 18:54:51 +00:00
committed by Compute-Runtime-Automation
parent 3bd4bca911
commit 2f827dc817

View File

@@ -145,7 +145,7 @@ bool DxCoreAdapterFactory::getAdapterDesc(uint32_t ordinal, AdapterDesc &outAdap
DXCoreHardwareID hwId = {};
adapter->GetProperty(DXCoreAdapterProperty::HardwareID, sizeof(hwId), &hwId);
DEBUG_BREAK_IF(S_OK == hr);
DEBUG_BREAK_IF(S_OK != hr);
outAdapter.deviceId = hwId.deviceID;
LUID luid = {};