mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
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:
committed by
sys_ocldev
parent
ab7a846514
commit
508cadf00a
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user