kumquat-buildroot/package/clpeak/clpeak.mk
Gilles Talis 4e36889018 package/clpeak: new package
clpeak is a tool that profiles OpenCL devices to find
their peak capacities

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Reviewed-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-07-27 09:09:35 +02:00

14 lines
395 B
Makefile

################################################################################
#
# clpeak
#
################################################################################
CLPEAK_VERSION = 1.1.2
CLPEAK_SITE = $(call github,krrishnarraj,clpeak,$(CLPEAK_VERSION))
CLPEAK_LICENSE = Unlicense
CLPEAK_LICENSE_FILES = LICENSE
CLPEAK_DEPENDENCIES = libopencl opencl-clhpp
$(eval $(cmake-package))