4e36889018
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>
14 lines
395 B
Makefile
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))
|