Make UNUSED macro function-style
[clinfo] / README
1 A simple OpenCL application that enumerates all possible platform and
2 device properties. Inspired by AMD's program of the same name, it is
3 coded in pure C99 and it tries to output all possible information,
4 including that provided by platform-specific extensions, and not to
5 crash on platform-unsupported properties (e.g. 1.2 properties on 1.1
6 platforms).