Skip to content

Dppl program interface #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 44 commits into from

Conversation

diptorupd
Copy link
Contributor

Add an interface to build OpenCL interoperability kernels and submit them to a Sycl queue. This is mostly experimental stuff that is needed only to support Numba and it might be moved to Numba proper at a later date.

PokhodenkoSA and others added 30 commits September 15, 2020 10:33
…erfaces.

     - Separates out the queue manager from the sycl queue interface wrapper.
     - Added API to get context, device froma  Sycl queue.
     - Added C-API wrappers for sycl device, queue, context interfaces exposing
       some of the API functionalities. More can be added as needed.
     - The dppl extension now defines extension types for sycl quque, device, context to
       mimic the C API.
     - Sycl queues are now returned to callers as a SyclQueue extension type rather than
       a Py_capsule.
@diptorupd
Copy link
Contributor Author

Closing this PR. Will open a refactored one rebased on top of #34.

@diptorupd diptorupd closed this Sep 19, 2020
@diptorupd diptorupd deleted the dppl_program_interface branch September 22, 2020 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants