[clinfo] 37/148: Also show max number of sub-devices

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 054aa4870ef2bfe62504c67c9d727197fd998d74
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date:   Sun Jun 16 16:29:05 2013 +0200

    Also show max number of sub-devices
---
 src/clinfo.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/clinfo.c b/src/clinfo.c
index 74df335..9081f79 100644
--- a/src/clinfo.c
+++ b/src/clinfo.c
@@ -332,6 +332,7 @@ printDeviceInfo(cl_uint d)
 	printf(I1_STR "(%s)\n", "Device Partition",
 		szval ? strbuf : na);
 	if (is_12) {
+		INT_PARAM(PARTITION_MAX_SUB_DEVICES, INDENT "Max number of sub-devices",);
 		GET_PARAM_ARRAY(PARTITION_PROPERTIES, partprop, szval);
 		numpartprop = szval/sizeof(*partprop);
 		printf(I2_STR, "Supported partition types");

-- 
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