Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CL/cl.h
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,8 @@ typedef struct _cl_name_version {

/********************************************************************************************************/

#ifndef OPENCL_LOAD

/* Platform API */
extern CL_API_ENTRY cl_int CL_API_CALL
clGetPlatformIDs(cl_uint num_entries,
Expand Down Expand Up @@ -1922,6 +1924,8 @@ clEnqueueTask(cl_command_queue command_queue,
const cl_event * event_wait_list,
cl_event * event) CL_API_SUFFIX__VERSION_1_2_DEPRECATED;

#endif /* !OPENCL_LOAD */

#ifdef __cplusplus
}
#endif
Expand Down
Loading