diff options
| author | Conrad Kostecki <conikost@gentoo.org> | 2023-04-09 21:21:07 +0200 |
|---|---|---|
| committer | Conrad Kostecki <conikost@gentoo.org> | 2023-04-09 21:34:55 +0200 |
| commit | 865bce2aa3a5e00e90b3c84c4b50d3c8b93615c4 (patch) | |
| tree | 76f00bbf7cf6991bcfbd436398011a7b64995ebe /dev-libs/intel-compute-runtime/files | |
| parent | 8236f8328a6ac18895e5e44f25cab02d519399a9 (diff) | |
| download | gentoo-865bce2aa3a5e00e90b3c84c4b50d3c8b93615c4.tar.gz gentoo-865bce2aa3a5e00e90b3c84c4b50d3c8b93615c4.tar.bz2 gentoo-865bce2aa3a5e00e90b3c84c4b50d3c8b93615c4.zip | |
dev-libs/intel-compute-runtime: drop 22.53.25242.13
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/intel-compute-runtime/files')
| -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, 0 insertions, 22 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 deleted file mode 100644 index 7527117ca032..000000000000 --- a/dev-libs/intel-compute-runtime/files/intel-compute-runtime-22.49.25018.24-level-zero-1.9.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- 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; - } |
