mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 18:06:32 +08:00
Correct debug break
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3bd4bca911
commit
2f827dc817
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user