summaryrefslogtreecommitdiff
path: root/src/cl_command_queue.h
diff options
context:
space:
mode:
authorbsegovia <devnull@localhost>2011-08-04 01:33:16 +0000
committerKeith Packard <keithp@keithp.com>2012-08-10 16:14:40 -0700
commit3730715491e6ffba707f30af3eb32c5226d863d8 (patch)
tree1f95d40d88e467d0c0c3378b7936c4a3c842809a /src/cl_command_queue.h
parente079ff49ad0f5f7cea2fa85e21adb11b830a40e5 (diff)
Cleaned and simplified code for gen6 Code now starts to work for gen7
Diffstat (limited to 'src/cl_command_queue.h')
-rw-r--r--src/cl_command_queue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cl_command_queue.h b/src/cl_command_queue.h
index 3e60e691..95a6f459 100644
--- a/src/cl_command_queue.h
+++ b/src/cl_command_queue.h
@@ -52,7 +52,6 @@ extern void cl_command_queue_add_ref(cl_command_queue);
/* Map ND range kernel from OCL API */
extern cl_int cl_command_queue_ND_range(cl_command_queue queue,
cl_kernel ker,
- cl_uint work_dim,
const size_t *global_work_offset,
const size_t *global_work_size,
const size_t *local_work_size);