diff options
Diffstat (limited to 'dev-libs/intel-compute-runtime/files/intel-compute-runtime-22.49.25018.24-level-zero-1.9.patch')
-rw-r--r-- | dev-libs/intel-compute-runtime/files/intel-compute-runtime-22.49.25018.24-level-zero-1.9.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/intel-compute-runtime/files/intel-compute-runtime-22.49.25018.24-level-zero-1.9.patch b/dev-libs/intel-compute-runtime/files/intel-compute-runtime-22.49.25018.24-level-zero-1.9.patch new file mode 100644 index 000000000000..7527117ca032 --- /dev/null +++ b/dev-libs/intel-compute-runtime/files/intel-compute-runtime-22.49.25018.24-level-zero-1.9.patch @@ -0,0 +1,22 @@ +--- a/level_zero/core/test/unit_tests/sources/fabric/test_fabric.cpp ++++ b/level_zero/core/test/unit_tests/sources/fabric/test_fabric.cpp +@@ -110,7 +110,7 @@ + const ze_pci_ext_properties_t &pciProperties) { + EXPECT_TRUE(0 == std::memcmp(vertexProperties.uuid.id, deviceProperties.uuid.id, sizeof(vertexProperties.uuid.id))); + if (deviceProperties.flags & ZE_DEVICE_PROPERTY_FLAG_SUBDEVICE) { +- EXPECT_EQ(vertexProperties.type, ZE_FABRIC_VERTEX_EXP_TYPE_SUBEVICE); ++ EXPECT_EQ(vertexProperties.type, ZE_FABRIC_VERTEX_EXP_TYPE_SUBDEVICE); + } else { + EXPECT_EQ(vertexProperties.type, ZE_FABRIC_VERTEX_EXP_TYPE_DEVICE); + } +--- a/level_zero/core/source/fabric/fabric.cpp ++++ b/level_zero/core/source/fabric/fabric.cpp +@@ -56,7 +56,7 @@ + memcpy_s(fabricVertex->properties.uuid.id, ZE_MAX_UUID_SIZE, deviceProperties.uuid.id, ZE_MAX_DEVICE_UUID_SIZE); + + if (deviceProperties.flags & ZE_DEVICE_PROPERTY_FLAG_SUBDEVICE) { +- fabricVertex->properties.type = ZE_FABRIC_VERTEX_EXP_TYPE_SUBEVICE; ++ fabricVertex->properties.type = ZE_FABRIC_VERTEX_EXP_TYPE_SUBDEVICE; + } else { + fabricVertex->properties.type = ZE_FABRIC_VERTEX_EXP_TYPE_DEVICE; + } |