Created
December 8, 2014 21:37
-
-
Save motonacciu/b766180d680bd7c5f69f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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