Skip to content
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

OpenCL and/or Sycl tracks #14

Open
bkmgit opened this issue Apr 25, 2021 · 3 comments
Open

OpenCL and/or Sycl tracks #14

bkmgit opened this issue Apr 25, 2021 · 3 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@bkmgit
Copy link

bkmgit commented Apr 25, 2021

Would there be a possibility of adding OpenCL and/or Sycl tracks so that the lesson can be used on a wider variety of devices?

@isazi
Copy link
Collaborator

isazi commented Apr 28, 2021

It is a good idea, especially because the OpenCL part would be almost trivial to derive from the CUDA one (moving from CuPy to PyOpenCL and update the kernel code, plus remove the CUDA specific parts).

For now I would focus on finish the CUDA version though, and then we can measure the interest in the OpenCL one and take action.

@isazi isazi added enhancement New feature or request question Further information is requested labels Apr 28, 2021
@HannoSpreeuw
Copy link
Contributor

CuPy has some experimental support for AMD GPUs.

@isazi
Copy link
Collaborator

isazi commented Apr 29, 2021

CuPy has some experimental support for AMD GPUs.

True, via HIP, that we could also target.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants