Skip to content

Instantly share code, notes, and snippets.

@motonacciu
Created December 8, 2014 21:37
Show Gist options
  • Select an option

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

Select an option

Save motonacciu/b766180d680bd7c5f69f 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)(void))
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)(void))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment