summaryrefslogtreecommitdiff
path: root/dev-libs/intel-compute-runtime/files
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2023-01-31 16:11:53 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-01-31 16:15:34 +0100
commit55d493463c20191e900f1b1fcd7fb19a809e3938 (patch)
treebb1c57b953da1dc12427cdf3f444ee6d28634096 /dev-libs/intel-compute-runtime/files
parent1c0ec8606c5a2469d18166beee6fa41c07e962c1 (diff)
downloadgentoo-55d493463c20191e900f1b1fcd7fb19a809e3938.tar.gz
gentoo-55d493463c20191e900f1b1fcd7fb19a809e3938.tar.bz2
gentoo-55d493463c20191e900f1b1fcd7fb19a809e3938.zip
dev-libs/intel-compute-runtime: add 22.49.25018.24
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.patch22
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;
+ }