nngn
Loading...
Searching...
No Matches
opencl.h
Go to the documentation of this file.
1#ifndef NNGN_COMPUTE_OPENCL_H
2#define NNGN_COMPUTE_OPENCL_H
3
4#define CL_TARGET_OPENCL_VERSION 200
5
6#include <CL/cl.h>
7
8#endif