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

use pyculib for low-level wrappers? #212

Open
lebedov opened this issue Aug 2, 2017 · 1 comment
Open

use pyculib for low-level wrappers? #212

lebedov opened this issue Aug 2, 2017 · 1 comment
Labels

Comments

@lebedov
Copy link
Owner

lebedov commented Aug 2, 2017

Continuum recently open sourced pyculib, which contains wrappers for CUBLAS, CUFFT, CUSPARSE, CURAND, and sorting algorithms provided by some other packages. This raises several possibilities:

  • Having scikit-cuda depend on those could obviate the need to maintain separate low-level wrappers. Some libraries (e.g., CUSOLVER) are not yet supported, however.

  • More generally, using the numba GPU infrastructure could potentially enhance interoperability with other packages.

@lebedov lebedov added the ENH label Nov 7, 2018
@lebedov
Copy link
Owner Author

lebedov commented Mar 4, 2019

pyculib is no longer being developed in light of the availability of cupy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant