summaryrefslogtreecommitdiffstats
path: root/system/clinfo/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/clinfo/README')
-rw-r--r--system/clinfo/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/clinfo/README b/system/clinfo/README
new file mode 100644
index 0000000000..653554c05b
--- /dev/null
+++ b/system/clinfo/README
@@ -0,0 +1,8 @@
+clinfo is a simple command-line application that enumerates all
+possible (known) properties of the OpenCL platform and devices
+available on the system.
+
+Inspired by AMD's program of the same name, it is coded in pure C and
+it tries to output all possible information, including those provided
+by platform-specific extensions, trying not to crash on unsupported
+properties (e.g. 1.2 properties on 1.1 platforms).