[clinfo] 29/148: Minor tuning

Andreas Beckmann anbe at moszumanska.debian.org
Mon Nov 17 14:09:41 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 f58a3b3e00e65cca813e90135d75246315f36b07
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date:   Fri Jun 7 20:48:03 2013 +0200

    Minor tuning
---
 src/clinfo.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/clinfo.c b/src/clinfo.c
index 5876288..803bc57 100644
--- a/src/clinfo.c
+++ b/src/clinfo.c
@@ -598,7 +598,7 @@ printDeviceInfo(cl_uint d)
 		INT_PARAM(MAX_ATOMIC_COUNTERS_EXT, "Max number of atomic counters",);
 
 	// queue and kernel capabilities
-	printf(I2_STR "\n", "Queue properties support");
+	printf(I1_STR "\n", "Queue properties");
 	GET_PARAM(QUEUE_PROPERTIES, queueprop);
 	STR_PRINT(INDENT "Out-of-order execution", bool_str[!!(queueprop & CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE)]);
 	STR_PRINT(INDENT "Profiling", bool_str[!!(queueprop & CL_QUEUE_PROFILING_ENABLE)]);
@@ -626,7 +626,7 @@ printDeviceInfo(cl_uint d)
 
 	if (is_12) {
 		BOOL_PARAM(PREFERRED_INTEROP_USER_SYNC, "Prefer user sync for interops");
-		SZ_PARAM(PRINTF_BUFFER_SIZE, "printf() strbuf size",);
+		MEM_PARAM(PRINTF_BUFFER_SIZE, "printf() strbuf size");
 		STR_PARAM(BUILT_IN_KERNELS, "Built-in kernels");
 	}
 

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