clinfo: clinfo (Show OpenCL implementation information)
clinfo:
clinfo: A simple OpenCL application that enumerates all possible platform and
clinfo: device properties. Inspired by AMD's program of the same name, it is
clinfo: coded in pure C99 and it tries to output all possible information,
clinfo: including that provided by platform-specific extensions, and not to
clinfo: crash on platform-unsupported properties (e.g. 1.2 properties on 1.1
clinfo: platforms).
clinfo:
clinfo: Homepage: https://github.com/Oblomov/clinfo
clinfo: