summaryrefslogtreecommitdiff
path: root/recipes-benchmark/clpeak/clpeak_git.bb
blob: fa64b4952ce0c999296fd48e329237dd26530a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "A tool which profiles OpenCL devices to find their peak capacities"
HOMEPAGE = "https://github.com/krrishnarraj/clpeak"
LICENSE = "PD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f"
DEPENDS = "virtual/opencl-icd"

SRC_URI = " \
    git://github.com/krrishnarraj/clpeak.git;protocol=https \
    file://0001-CMakeLists-add-install-rule.patch \
"

SRCREV = "8edab23fbc867adbada21378d65774c670c2aaf9"
S = "${WORKDIR}/git"

inherit cmake