[clinfo] 39/148: Forgot max samplers property

Andreas Beckmann anbe at moszumanska.debian.org
Mon Nov 17 14:09:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch clinfo
in repository clinfo.

commit 7f44937169b1d7d0fb446cc0b1878cf0c09017f1
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date:   Mon Jul 22 23:51:30 2013 +0200

    Forgot max samplers property
---
 src/clinfo.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/clinfo.c b/src/clinfo.c
index c8e1c8b..212b287 100644
--- a/src/clinfo.c
+++ b/src/clinfo.c
@@ -550,6 +550,7 @@ printDeviceInfo(cl_uint d)
 	// images
 	BOOL_PARAM(IMAGE_SUPPORT, "Image support");
 	if (boolval) {
+		INT_PARAM(MAX_SAMPLERS, INDENT "Max number of samplers per kernel",);
 		if (is_12) {
 			SZ_PARAM(IMAGE_MAX_BUFFER_SIZE, INDENT "Max 1D image size", " pixels");
 			SZ_PARAM(IMAGE_MAX_ARRAY_SIZE, INDENT "Max 1D or 2D image array size", " images");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/clinfo.git



More information about the Pkg-opencl-commits mailing list