Remove CL types definitions from Level Zero

Change-Id: I6a3b208e4741e61ef418672b7b575032ea78175c
Signed-off: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
Jaime Arteaga
2020-03-18 15:18:16 -07:00
committed by sys_ocldev
parent ab7a846514
commit 508cadf00a

View File

@@ -34,14 +34,6 @@
#error "Unsupported OS"
#endif
///////////////////////////////////////////////////////////////////////////////
#if ZE_ENABLE_OCL_INTEROP
typedef struct _cl_mem *cl_mem;
typedef struct _cl_command_queue *cl_command_queue;
typedef struct _cl_context *cl_context;
typedef struct _cl_program *cl_program;
#endif
///////////////////////////////////////////////////////////////////////////////
inline bool getenv_tobool(const char *name) {
const char *env = getenv(name);