Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.
/ clinfo Public archive
forked from Oblomov/clinfo

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

License

Notifications You must be signed in to change notification settings

Snektron/clinfo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.6%
  • Other 1.4%