diff mbox series

[meta-oe,scarthgap] clpeak: add version 1.1.4

Message ID 20250301005633.824506-2-rs@ti.com
State New
Headers show
Series [meta-oe,scarthgap] clpeak: add version 1.1.4 | expand

Commit Message

Randolph Sapp March 1, 2025, 12:56 a.m. UTC
From: Randolph Sapp <rs@ti.com>

As of right now there are no applications available for benchmarking
OpenCL. Clpeak is a simple synthetic benchmark for OpenCL that is
designed to determine the peak capabilities of OpenCL devices.

It's currently one of the more popular CL benchmarks supported by
OpenBenchmarking.org and licensed Apache-2.0.

Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---

I'd like to request a backport of this patch to scarthgap. It applies cleanly,
builds without issue, and runs fine under this LTS as is. Please let me know if
this is unwanted so we can carry this package under our distro layer for this
LTS release.

 meta-oe/recipes-core/opencl/clpeak_1.1.4.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-oe/recipes-core/opencl/clpeak_1.1.4.bb
diff mbox series

Patch

diff --git a/meta-oe/recipes-core/opencl/clpeak_1.1.4.bb b/meta-oe/recipes-core/opencl/clpeak_1.1.4.bb
new file mode 100644
index 0000000000..8c05ad6d02
--- /dev/null
+++ b/meta-oe/recipes-core/opencl/clpeak_1.1.4.bb
@@ -0,0 +1,15 @@ 
+SUMMARY  = "OpenCL synthetic benchmarking tool"
+DESCRIPTION = "OpenCL benchmarking tool to measure peak capabilities"
+
+SRC_URI = "git://github.com/krrishnarraj/clpeak.git;protocol=https;branch=master"
+
+LICENSE  = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+SRCREV = "527695de8393a3144863a0a07f9b92f1c734d1c4"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+DEPENDS += "opencl-clhpp virtual/opencl-icd"