old-commit-hash: 25ab2521ab
25ab2521ab
@ -3,6 +3,7 @@
#include <stdbool.h>
#define CL_USE_DEPRECATED_OPENCL_1_2_APIS
#ifdef __APPLE__
#include <OpenCL/cl.h>
#else
@ -1,6 +1,7 @@
#ifndef IONBUF_H
#define IONBUF_H
@ -8,6 +8,7 @@
#include <sys/mman.h>
#include <sys/types.h>
#ifndef COMMONMODEL_H
#define COMMONMODEL_H
#include <CL/cl.h>
#include "common/mat.h"
@ -4,6 +4,7 @@
#include <inttypes.h>