|
@@ -2,7 +2,7 @@
|
|
*
|
|
*
|
|
* Copyright (C) 2011 Inria
|
|
* Copyright (C) 2011 Inria
|
|
* Copyright (C) 2012,2017 CNRS
|
|
* Copyright (C) 2012,2017 CNRS
|
|
- * Copyright (C) 2010-2011 Université de Bordeaux
|
|
|
|
|
|
+ * Copyright (C) 2010-2011, 2018 Université de Bordeaux
|
|
*
|
|
*
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
@@ -18,6 +18,7 @@
|
|
|
|
|
|
#include "socl.h"
|
|
#include "socl.h"
|
|
|
|
|
|
|
|
+CL_API_SUFFIX__VERSION_1_0
|
|
CL_API_ENTRY cl_int CL_API_CALL
|
|
CL_API_ENTRY cl_int CL_API_CALL
|
|
soclEnqueueNativeKernel(cl_command_queue UNUSED(command_queue),
|
|
soclEnqueueNativeKernel(cl_command_queue UNUSED(command_queue),
|
|
__attribute__((unused)) void (*user_func)(void *),
|
|
__attribute__((unused)) void (*user_func)(void *),
|
|
@@ -28,7 +29,7 @@ soclEnqueueNativeKernel(cl_command_queue UNUSED(command_queue),
|
|
const void ** UNUSED(args_mem_loc),
|
|
const void ** UNUSED(args_mem_loc),
|
|
cl_uint UNUSED(num_events_in_wait_list),
|
|
cl_uint UNUSED(num_events_in_wait_list),
|
|
const cl_event * UNUSED(event_wait_list),
|
|
const cl_event * UNUSED(event_wait_list),
|
|
- cl_event * UNUSED(event)) CL_API_SUFFIX__VERSION_1_0
|
|
|
|
|
|
+ cl_event * UNUSED(event))
|
|
{
|
|
{
|
|
return CL_INVALID_OPERATION;
|
|
return CL_INVALID_OPERATION;
|
|
}
|
|
}
|