Skip to content

Instantly share code, notes, and snippets.

View pouyatafti's full-sized avatar

Pouya Tafti pouyatafti

View GitHub Profile
@courtneyfaulkner
courtneyfaulkner / devices.c
Created December 11, 2013 22:20
List OpenCL platforms and devices
#include <stdio.h>
#include <stdlib.h>
#ifdef __APPLE__
#include <OpenCL/opencl.h>
#else
#include <CL/cl.h>
#endif
int main() {