Skip to content

Instantly share code, notes, and snippets.

@motonacciu
Last active August 29, 2015 14:11
Show Gist options
  • Select an option

  • Save motonacciu/a48dbbb1351f80699aff to your computer and use it in GitHub Desktop.

Select an option

Save motonacciu/a48dbbb1351f80699aff to your computer and use it in GitHub Desktop.
int enqueue_kernel (
queue_t queue,
kernel_enqueue_flags_t flags,
const ndrange_t ndrange,
void (^block)(local void *, ...),
uint size0, ...)
int enqueue_kernel (
queue_t queue,
kernel_enqueue_flags_t flags,
const ndrange_t ndrange,
uint num_events_in_wait_list,
const clk_event_t *event_wait_list,
clk_event_t *event_ret,
void (^block)(local void *, ...),
uint size0, ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment