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

Deprecation? #22

Closed
cancan101 opened this issue Jul 12, 2014 · 9 comments
Closed

Deprecation? #22

cancan101 opened this issue Jul 12, 2014 · 9 comments

Comments

@cancan101
Copy link

Is this library deprecated in favor of libgpuarray?

@inducer
Copy link
Owner

inducer commented Jul 12, 2014

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.

@inducer inducer closed this as completed Jul 12, 2014
@cancan101
Copy link
Author

Long term is the plan for pyopencl and pycuda to use libgpuarray?

@inducer
Copy link
Owner

inducer commented Jul 12, 2014

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.

@cancan101
Copy link
Author

How is pyopencl different from pycuda in this regard?
On Jul 12, 2014 3:50 PM, "Andreas Klöckner" notifications@github.com
wrote:

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.


Reply to this email directly or view it on GitHub
#22 (comment).

@inducer
Copy link
Owner

inducer commented Jul 12, 2014

They're just separate code bases.

@cancan101
Copy link
Author

I just meant why is it less certain what to do with pycuda?
On Jul 12, 2014 4:01 PM, "Andreas Klöckner" notifications@github.com
wrote:

They're just separate code bases.


Reply to this email directly or view it on GitHub
#22 (comment).

@inducer
Copy link
Owner

inducer commented Jul 12, 2014

Somebody would have to do it, as I don't foresee having the time.

@cancan101
Copy link
Author

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?

@inducer
Copy link
Owner

inducer commented Jul 13, 2014

No, sure. There's no technical reason here-it's virtually the same code after all.

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

No branches or pull requests

2 participants