[clinfo] 27/148: OpenCL C Version
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 e2d385b9b4b5513fc7ae1765ce64011ab5213aa3
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date: Fri Jun 7 20:34:29 2013 +0200
OpenCL C Version
---
src/clinfo.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/clinfo.c b/src/clinfo.c
index f7c6850..6cd9912 100644
--- a/src/clinfo.c
+++ b/src/clinfo.c
@@ -254,6 +254,7 @@ printDeviceInfo(cl_uint d)
STR_PARAM(VERSION, "Version");
is_12 = !!(strstr(strbuf, "OpenCL 1.2"));
SHOW_STRING(clGetDeviceInfo, CL_DRIVER_VERSION, "Driver Version", dev);
+ STR_PARAM(OPENCL_C_VERSION, "OpenCL C Version");
// we get the extensions information here, but only print it at the end
GET_STRING(clGetDeviceInfo, CL_DEVICE_EXTENSIONS, dev);
--
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