Print information about all available OpenCL platforms/devices
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).
$
pkg install clinfoOrigin
devel/clinfo
Size
151KiB
License
CC0-1.0
Maintainer
x11@FreeBSD.org
Dependencies
1 packages
Required by
1 packages