mkohlhaas / lscl

List OpenCL platforms and devices in JSON.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List OpenCL platforms and devices in JSON.

Build

git clone https://github.com/mkohlhaas/lscl.git
cmake -S lscl -B build -G Ninja
cmake --build build/

Usage with jq

lscl | jq

About

List OpenCL platforms and devices in JSON.


Languages

Language:C 99.4%Language:CMake 0.6%