[clinfo] 143/148: Adjust documentation

Andreas Beckmann anbe at moszumanska.debian.org
Mon Nov 17 14:09:56 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 32e6ad883a94ba944fce29af9ec0aac995bd302e
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date:   Tue Nov 11 22:08:42 2014 +0100

    Adjust documentation
---
 man/clinfo.1 | 33 ++++++++++++++++++++++-----------
 1 file changed, 22 insertions(+), 11 deletions(-)

diff --git a/man/clinfo.1 b/man/clinfo.1
index 985d853..107088a 100644
--- a/man/clinfo.1
+++ b/man/clinfo.1
@@ -103,19 +103,22 @@ specific precisions and/or specific OpenCL versions. For example,
 is only relevant for single precision in OpenCL 1.2 devices.
 
 .P
-Support for OpenCL 2.0 properties is not fully tested.
-
-.P
-Raw (machine-parseable) output is an experimental feature, the output
-format might undergo changes.
-
-.P
-The implementation-defined behavior in case of NULL platform for
-.BR clGetPlatformInfo() ,
+The implementation-defined behavior for NULL platform or context
+properties is tested for the following API calls:
+.TP 2
+.B clGetPlatformInfo()
+by trying to show the platform name;
+.TP
 .B clGetDeviceIDs()
-and
+by trying to enumerate devices; the corresponding platform (if any)
+is then detected by quering the device platform of the first device;
+.TP
 .B clCreateteContext()
-is also tested.
+by trying to create a context from a device from the previous
+list (if any), and a context from a device from a different platform;
+.TP
+.B clCreateteContextFromType()
+by trying to create contexts for each device type (except DEFAULT).
 
 .SH BUGS
 The results of the following undocumented properties might be
@@ -123,6 +126,14 @@ interpreted incorrectly:
 .IP \(bu 2
 .B CL_DEVICE_GLOBAL_FREE_MEMORY_AMD
 
+.SH EXPERIMENTAL FEATURES
+.P
+Support for OpenCL 2.0 properties is not fully tested.
+
+.P
+Raw (machine-parseable) output is considered experimental, the output format
+might still undergo changes.
+
 .P
 Please report any issues on
 .UR http://github.com/Oblomov/clinfo

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