Feb2021 GPU Package Update - GPU Package Files
This commit is contained in:
@ -4,14 +4,6 @@
|
||||
#include <cstdio>
|
||||
#include <cassert>
|
||||
|
||||
/* We default to OpenCL 1.2 as target version for now as
|
||||
* there are known issues with OpenCL 2.0 and later.
|
||||
* This is also to silence warnings from generic OpenCL headers */
|
||||
|
||||
#if !defined(CL_TARGET_OPENCL_VERSION)
|
||||
#define CL_TARGET_OPENCL_VERSION 120
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <OpenCL/cl.h>
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user