michaelboulton / clinfo

Print all known information about all available OpenCL platforms and devices in the system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple OpenCL application that enumerates all possible platform and
device properties. Inspired by AMD's program of the same name, it is
coded in pure C99 and it tries to output all possible information,
including that provided by platform-specific extensions, and not to
crash on platform-unsupported properties (e.g. 1.2 properties on 1.1
platforms).

About

Print all known information about all available OpenCL platforms and devices in the system

License:Other


Languages

Language:C 98.2%Language:Shell 0.9%Language:M4 0.7%Language:Makefile 0.2%