mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
baa0d7d9a0
- Define LICENSE - Switch to vendor install target - Convert post-patch to MAKE_ARGS + USES=localbase Changes: https://github.com/Oblomov/clinfo/compare/2.1.16.01.12...2.2.18.04.06 Approved by: x11 (manu, zeising) Differential Revision: https://reviews.freebsd.org/D23806
11 lines
452 B
Plaintext
11 lines
452 B
Plaintext
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).
|
|
|
|
WWW: https://github.com/Oblomov/clinfo
|