summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/opencl/clpeak_1.1.5.bb
blob: a765f1530f878ef0adfe0172d301d34031e7fc54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 = "b2e647ffb8f42aa22ce4b0194d6ef6d16d5002b0"


inherit cmake

DEPENDS += "opencl-clhpp virtual/opencl-icd"