mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
232dd0cd78
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
412 B
Text
8 lines
412 B
Text
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).
|