diff options
author | Randolph Sapp <rs@ti.com> | 2025-02-27 19:38:44 -0600 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-27 19:53:37 -0800 |
commit | 3ff6af672037b8d0a1137406cce790edba109b7a (patch) | |
tree | 6c1bf68ad988c7e1d3976caa2b44aaa8fa0a721d | |
parent | 09c22e8b0df2fc35f8d5eda84b65ad6d7e9e2a72 (diff) | |
download | meta-openembedded-3ff6af672037b8d0a1137406cce790edba109b7a.tar.gz |
clpeak: add version 1.1.4
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>
-rw-r--r-- | meta-oe/recipes-core/opencl/clpeak_1.1.4.bb | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ | |||
1 | SUMMARY = "OpenCL synthetic benchmarking tool" | ||
2 | DESCRIPTION = "OpenCL benchmarking tool to measure peak capabilities" | ||
3 | |||
4 | SRC_URI = "git://github.com/krrishnarraj/clpeak.git;protocol=https;branch=master" | ||
5 | |||
6 | LICENSE = "Apache-2.0" | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | ||
8 | |||
9 | SRCREV = "527695de8393a3144863a0a07f9b92f1c734d1c4" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit cmake | ||
14 | |||
15 | DEPENDS += "opencl-clhpp virtual/opencl-icd" | ||