diff options
author | Edward W. Koenig <kingbeowulf@linuxgalaxy.org> | 2022-09-02 01:43:01 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-03 17:58:44 +0700 |
commit | 232dd0cd7889d5d59cdd0c459ef78b71541b1fe6 (patch) | |
tree | bcf113111ec38bf8c909f3318702ae1a72fe890d /system/clinfo/README | |
parent | b1853f642faf1504f142d8b99943fca7ad906ff9 (diff) |
system/clinfo: Added (OpenCL platform and devices information)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/clinfo/README')
-rw-r--r-- | system/clinfo/README | 8 |
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). |