Last active
August 29, 2015 14:11
-
-
Save motonacciu/a48dbbb1351f80699aff 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)(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