Skip to content

Instantly share code, notes, and snippets.

View eyalroz's full-sized avatar

Eyal Rozenberg eyalroz

View GitHub Profile
#define __CL_ENABLE_EXCEPTIONS
#include <stdio.h>
#include <math.h>
#ifdef __APPLE__
#include <OpenCL/cl.hpp>
#else
#include <CL/cl.hpp>
#endif