Update ADL Library Loader

This commit is contained in:
Gabriele 'matrix' Gristina
2016-01-31 23:48:38 +01:00
parent 21525b74e1
commit d120ede655
10 changed files with 398 additions and 479 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ typedef struct
#define OCL_PTR hc_opencl_lib_t
void ocl_init (OCL_PTR *ocl);
int ocl_init (OCL_PTR *ocl);
void ocl_close (OCL_PTR *ocl);
cl_mem hc_clCreateBuffer (OCL_PTR *ocl, cl_context context, cl_mem_flags flags, size_t size, void *host_ptr);