From patchwork Thu Feb 20 21:03:57 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonios Christidis X-Patchwork-Id: 57676 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB0A5C021B3 for ; Thu, 20 Feb 2025 21:04:08 +0000 (UTC) Received: from fllvem-ot04.ext.ti.com (fllvem-ot04.ext.ti.com [198.47.19.246]) by mx.groups.io with SMTP id smtpd.web11.8051.1740085440854627090 for ; Thu, 20 Feb 2025 13:04:01 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=POQ6crec; spf=pass (domain: ti.com, ip: 198.47.19.246, mailfrom: a-christidis@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllvem-ot04.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 51KL40TN703885 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 20 Feb 2025 15:04:00 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1740085440; bh=Vqjekxj45fcU2r0BT6XaJ5miMfp3DREwVSi/CxCl+t8=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=POQ6crecHxG3Ra3rfJG1QQoSSQ9GvANojlUM0OKeKMarweAXLX8yjNy2wI75h9c6z PRNdwDYqbHSgp2r/ca1Vzp6L3BzzGut9EVxoRZilbsXz/WhXcDYXdZMXXP30mzeKFO fnxmC1fzBvxJPJfMAVkXEo7ELzHMzuGup6FsgSsc= Received: from DFLE104.ent.ti.com (dfle104.ent.ti.com [10.64.6.25]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 51KL4075122958 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 20 Feb 2025 15:04:00 -0600 Received: from DFLE113.ent.ti.com (10.64.6.34) by DFLE104.ent.ti.com (10.64.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Feb 2025 15:03:59 -0600 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Feb 2025 15:03:59 -0600 Received: from antonios-ThinkStation-P3-Tower.dhcp.ti.com (antonios-thinkstation-p3-tower.dhcp.ti.com [128.247.81.112]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 51KL3xSP063386; Thu, 20 Feb 2025 15:03:59 -0600 From: To: , CC: Subject: [meta-arago][scarthgap][PATCH 1/3 v3] meta-arago-test: add recipe opencl-cts Date: Thu, 20 Feb 2025 15:03:57 -0600 Message-ID: <20250220210359.214628-2-a-christidis@ti.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250220210359.214628-1-a-christidis@ti.com> References: <20250220210359.214628-1-a-christidis@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Feb 2025 21:04:08 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15881 From: Antonios Christidis Adding recipe for opencl-cts, v2024-08-08 is a pre-release version. I have tested it to work with opencl-headers version v2024.05.08 . This version is picked due to incompatibility issues with other versions of headers. This is a backport from meta-openembedded, they rejected to move opencl-cts to scarthgap due to their LTS procedure. New packages do not get merged into LTS branches after 7 months of the branch creation. Signed-off-by: Antonios Christidis --- v3: - Changed from adress, it was wrong. v2: - Added explanation on why this patch is a backport from meta-openembedded .../opencl/opencl-cts_2024.08.08.bb | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-arago-test/recipes-graphics/opencl/opencl-cts_2024.08.08.bb diff --git a/meta-arago-test/recipes-graphics/opencl/opencl-cts_2024.08.08.bb b/meta-arago-test/recipes-graphics/opencl/opencl-cts_2024.08.08.bb new file mode 100644 index 00000000..60bc3c6a --- /dev/null +++ b/meta-arago-test/recipes-graphics/opencl/opencl-cts_2024.08.08.bb @@ -0,0 +1,27 @@ +SUMMARY = "OpenCL CTS" +DESCRIPTION = "OpenCL CTS test suite" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" + +inherit pkgconfig cmake + +DEPENDS += "opencl-headers opencl-icd-loader" +RDEPENDS:${PN} += "python3-core python3-io" + +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/KhronosGroup/OpenCL-CTS.git;protocol=https;branch=main;lfs=0 \ + file://0001-Ignore-Compiler-Warnings.patch" + + +SRCREV = "a406b340913f622da089b00f284a597656c10239" + +EXTRA_OECMAKE:append = " -DCMAKE_BUILD_TYPE=Debug -DCL_INCLUDE_DIR=${STAGING_INCDIR} -DCL_LIB_DIR=${STAGING_LIBDIR} -DOPENCL_LIBRARIES=OpenCL" + +do_install() { + install -d ${D}${bindir}/opencl_test_conformance + cp -r ${B}/test_conformance/* ${D}${bindir}/opencl_test_conformance + sed -i 's:/usr/bin/python:/usr/bin/python3:g' ${D}${bindir}/opencl_test_conformance/run_conformance.py + find "${D}${bindir}/opencl_test_conformance" -name cmake_install.cmake -type f -delete + find "${D}${bindir}/opencl_test_conformance" -name CMakeFiles -type d -exec rm -rf "{}" \; -depth +} From patchwork Thu Feb 20 21:03:58 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonios Christidis X-Patchwork-Id: 57677 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id DC611C021B4 for ; Thu, 20 Feb 2025 21:04:08 +0000 (UTC) Received: from lelvem-ot01.ext.ti.com (lelvem-ot01.ext.ti.com [198.47.23.234]) by mx.groups.io with SMTP id smtpd.web11.8050.1740085440643722662 for ; Thu, 20 Feb 2025 13:04:00 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=Xq2gvw5e; spf=pass (domain: ti.com, ip: 198.47.23.234, mailfrom: a-christidis@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 51KL40Al122135 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 20 Feb 2025 15:04:00 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1740085440; bh=lgUW2++KasT/1qBok/dJlfWNuMelR3r5cQZThuieg8I=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=Xq2gvw5eqvWaP1SFbF/wM/+DKqGm7D8aiDxuRc/p4E0/1CGNnMGIIIbYPvAiBCB+d Avqu2uLGyiQnZtzgpSc4G8V31DM1+Ho2FT/0cG0Y0QNOxMSPKMExsnkeFB0RqyxFXB fI6xWpQO5sjbpyqIDybUpzQVEXPa9fkkgnVjxo4Q= Received: from DLEE105.ent.ti.com (dlee105.ent.ti.com [157.170.170.35]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 51KL40DD029069 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 20 Feb 2025 15:04:00 -0600 Received: from DLEE103.ent.ti.com (157.170.170.33) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Feb 2025 15:03:59 -0600 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Feb 2025 15:03:59 -0600 Received: from antonios-ThinkStation-P3-Tower.dhcp.ti.com (antonios-thinkstation-p3-tower.dhcp.ti.com [128.247.81.112]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 51KL3xSQ063386; Thu, 20 Feb 2025 15:03:59 -0600 From: To: , CC: Subject: [meta-arago][scarthgap][PATCH 2/3 v3] meta-arago-test: ignore compiler warnings patch for opencl-cts Date: Thu, 20 Feb 2025 15:03:58 -0600 Message-ID: <20250220210359.214628-3-a-christidis@ti.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250220210359.214628-1-a-christidis@ti.com> References: <20250220210359.214628-1-a-christidis@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Feb 2025 21:04:08 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15880 From: Antonios Christidis Within the cmake build system, the compiler -Werror flag is enabled. This turns all warnings into errors and doesn't allow the system to compile correctly. Change the system to ignore the 3 warning rules that show up when compiling. Signed-off-by: Antonios Christidis --- v3: - Changed from adress, it was wrong. v2: - Fixed spelling mistakes .../files/0001-Ignore-Compiler-Warnings.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-arago-test/recipes-graphics/opencl/files/0001-Ignore-Compiler-Warnings.patch diff --git a/meta-arago-test/recipes-graphics/opencl/files/0001-Ignore-Compiler-Warnings.patch b/meta-arago-test/recipes-graphics/opencl/files/0001-Ignore-Compiler-Warnings.patch new file mode 100644 index 00000000..067cffa1 --- /dev/null +++ b/meta-arago-test/recipes-graphics/opencl/files/0001-Ignore-Compiler-Warnings.patch @@ -0,0 +1,18 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 5cfef6b3..71b6ddb4 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -109,7 +109,9 @@ if(CMAKE_COMPILER_IS_GNUCC OR "${CMAKE_CXX_COMPILER_ID}" MATCHES "(Apple)?Clang" + add_cxx_flag_if_supported(-Wno-error=cpp) # Allow #warning directive + add_cxx_flag_if_supported(-Wno-unknown-pragmas) # Issue #785 + add_cxx_flag_if_supported(-Wno-error=asm-operand-widths) # Issue #784 +- ++ add_cxx_flag_if_supported(-Wno-maybe-uninitialized) ++ add_cxx_flag_if_supported(-Wno-stringop-truncation) ++ add_cxx_flag_if_supported(-Wno-strict-aliasing) + # -msse -mfpmath=sse to force gcc to use sse for float math, + # avoiding excess precision problems that cause tests like int2float + # to falsely fail. -ffloat-store also works, but WG suggested +-- +2.34.1 + From patchwork Thu Feb 20 21:03:59 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonios Christidis X-Patchwork-Id: 57675 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D8FAAC021B2 for ; Thu, 20 Feb 2025 21:04:08 +0000 (UTC) Received: from fllvem-ot04.ext.ti.com (fllvem-ot04.ext.ti.com [198.47.19.246]) by mx.groups.io with SMTP id smtpd.web10.8096.1740085440551827922 for ; Thu, 20 Feb 2025 13:04:00 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=F5bt9/Od; spf=pass (domain: ti.com, ip: 198.47.19.246, mailfrom: a-christidis@ti.com) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllvem-ot04.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 51KL40WG703881 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 20 Feb 2025 15:04:00 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1740085440; bh=bQUuWPLntTGbR+WADP8t7Nwsa+WyIONTascvH1jQtlQ=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=F5bt9/Odgont/WnMzRRMPASaR6WMikLu6zq8AbF7UJ9kw2sEBPqgc1hawF/G5DHkS 9dWQyzTH+Xo5bT5g0nj3rJgOAQr8fXwv02heGtPNTyalPWuJsBaSHtUJqKjWi4ypB5 GZuYxFdP2L0pBXM9FZybBZ6JR4UHzY18SY11lAWo= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTP id 51KL3xRo105751 for ; Thu, 20 Feb 2025 15:03:59 -0600 Received: from DLEE110.ent.ti.com (157.170.170.21) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Feb 2025 15:03:59 -0600 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE110.ent.ti.com (157.170.170.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Feb 2025 15:03:59 -0600 Received: from antonios-ThinkStation-P3-Tower.dhcp.ti.com (antonios-thinkstation-p3-tower.dhcp.ti.com [128.247.81.112]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 51KL3xSR063386; Thu, 20 Feb 2025 15:03:59 -0600 From: To: , CC: Subject: [meta-arago][scarthgap][PATCH 3/3 v3] meta-arago-test: opencl_headers 2023.12.14 -> 2024.05.08 Date: Thu, 20 Feb 2025 15:03:59 -0600 Message-ID: <20250220210359.214628-4-a-christidis@ti.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250220210359.214628-1-a-christidis@ti.com> References: <20250220210359.214628-1-a-christidis@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Feb 2025 21:04:08 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15879 From: Antonios Christidis Version update for the opencl_headers. This version of the headers is supported by the opencl-cts. meta-openembedded rejected a backport of the headers recipe in master to scarthgap due to their lts process. Where, new packages and major package version changes are only allowed within the first 7 months of a lts branch opening. Signed-off-by: Antonios Christidis --- v3: - Changed from adress, it was wrong. v2: - changed recipe structure in order to be yocto compliant .../recipes-extended/opencl/opencl-headers_%.bbappend | 4 ++++ meta-arago-test/recipes-extended/opencl/opencl_headers-ti.inc | 1 + 2 files changed, 5 insertions(+) create mode 100644 meta-arago-test/recipes-extended/opencl/opencl-headers_%.bbappend create mode 100644 meta-arago-test/recipes-extended/opencl/opencl_headers-ti.inc diff --git a/meta-arago-test/recipes-extended/opencl/opencl-headers_%.bbappend b/meta-arago-test/recipes-extended/opencl/opencl-headers_%.bbappend new file mode 100644 index 00000000..c890ecb7 --- /dev/null +++ b/meta-arago-test/recipes-extended/opencl/opencl-headers_%.bbappend @@ -0,0 +1,4 @@ +OPENCL_HEADERS_TI = "" +OPENCL_HEADERS_TI:ti-soc = "opencl_headers-ti.inc" + +require ${OPENCL_HEADERS_TI} diff --git a/meta-arago-test/recipes-extended/opencl/opencl_headers-ti.inc b/meta-arago-test/recipes-extended/opencl/opencl_headers-ti.inc new file mode 100644 index 00000000..4dff02d9 --- /dev/null +++ b/meta-arago-test/recipes-extended/opencl/opencl_headers-ti.inc @@ -0,0 +1 @@ +SRCREV = "8275634cf9ec31b6484c2e6be756237cb583999d"