-
Notifications
You must be signed in to change notification settings - Fork 21
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
Deprecation? #22
Comments
It's not really deprecated--it's an implementation detail of pycuda and pyopencl. Arnaud and Frederic have just decided to take their array and make it a separate thing. |
Long term is the plan for pyopencl and pycuda to use libgpuarray? |
The plan for PyOpenCL is for the arrays and the algorithms to be split from the core wrapper. Then libgpuarray would be a competing array package, hopefully with a compatible interface. I'm less certain what to do on the PyCUDA end, but I'm open to suggestions/patches. |
How is pyopencl different from pycuda in this regard?
|
They're just separate code bases. |
I just meant why is it less certain what to do with pycuda?
|
Somebody would have to do it, as I don't foresee having the time. |
Understood. From a techlogical perspective, however, there should be no reason why the array component should be separable in the case of pyopencl but not pycuda? |
No, sure. There's no technical reason here-it's virtually the same code after all. |
Is this library deprecated in favor of libgpuarray?
The text was updated successfully, but these errors were encountered: