summaryrefslogtreecommitdiff
path: root/src/cl_command_queue.h
diff options
context:
space:
mode:
authorBenjamin Segovia <segovia.benjamin@gmail.com>2012-05-16 19:22:05 +0000
committerKeith Packard <keithp@keithp.com>2012-08-10 16:17:33 -0700
commit36faa43f91b496b4d729217dd4a4194c9f89d5a8 (patch)
tree1168f8c02d8e5fa5899e4fae8625fcf8b90a507a /src/cl_command_queue.h
parentd41d06cc13bdde1db972cdb86dd4c69976e803e2 (diff)
Added first test for stack handling
Diffstat (limited to 'src/cl_command_queue.h')
-rw-r--r--src/cl_command_queue.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/cl_command_queue.h b/src/cl_command_queue.h
index f3e1ebf3..1e2bcc15 100644
--- a/src/cl_command_queue.h
+++ b/src/cl_command_queue.h
@@ -67,13 +67,7 @@ cl_int cl_command_queue_set_fulsim_buffer(cl_command_queue, cl_mem);
extern cl_int cl_command_queue_finish(cl_command_queue);
/* Bind all the surfaces in the GPGPU state */
-extern cl_int cl_command_queue_bind_surface(cl_command_queue queue,
- cl_kernel k,
- char *curbe,
- cl_buffer *local,
- cl_buffer *priv,
- cl_buffer *scratch,
- uint32_t local_sz);
+extern cl_int cl_command_queue_bind_surface(cl_command_queue, cl_kernel);
#endif /* __CL_COMMAND_QUEUE_H__ */