# HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. # Line up the first '|' above the ':' following the base package name, and # the '|' on the right side marks the last column you can put a character in. # You must make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| clinfo: clinfo (show OpenCL info) clinfo: clinfo: clinfo is a simple command-line application that enumerates all clinfo: possible (known) properties of the OpenCL platform and devices clinfo: available on the system. clinfo: Inspired by AMD's program of the same name, it is coded in pure C clinfo: and it tries to output all possible information, including those clinfo: provided by platform-specific extensions, trying not to crash on clinfo: unsupported properties. clinfo: clinfo: homepage: https://github.com/Oblomov/clinfo